From 48d2df5342482c0e59716d943d22b41af76a2908 Mon Sep 17 00:00:00 2001 From: "mingholy.lmh" Date: Fri, 21 Nov 2025 17:50:10 +0800 Subject: [PATCH] fix: reset authType settings --- integration-tests/json-output.test.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/integration-tests/json-output.test.ts b/integration-tests/json-output.test.ts index 8221aa5b..e6874e01 100644 --- a/integration-tests/json-output.test.ts +++ b/integration-tests/json-output.test.ts @@ -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 () => {