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 () => {
|
beforeEach(async () => {
|
||||||
rig = new TestRig();
|
rig = new TestRig();
|
||||||
await rig.setup('json-output-test');
|
await rig.setup('json-output-test', {
|
||||||
|
settings: {
|
||||||
|
security: {
|
||||||
|
authType: 'openai',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user