fix: reset authType settings

This commit is contained in:
mingholy.lmh
2025-11-21 17:50:10 +08:00
parent 83fc321e15
commit 48d2df5342

View File

@@ -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 () => {