mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: reset authType settings
This commit is contained in:
@@ -12,7 +12,13 @@ describe('JSON output', () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
rig = new TestRig();
|
||||
await rig.setup('json-output-test');
|
||||
await rig.setup('json-output-test', {
|
||||
settings: {
|
||||
security: {
|
||||
authType: 'openai',
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
||||
Reference in New Issue
Block a user