From 838cd1d460de68acb571bb44bc12f91bd0636ff7 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Mon, 26 Jan 2026 16:19:56 -0500 Subject: [PATCH] fix(test): use correct provider name 'ghcp' instead of 'copilot' --- tests/unit/cliproxy/skip-local-auth.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/cliproxy/skip-local-auth.test.ts b/tests/unit/cliproxy/skip-local-auth.test.ts index b20ff061..f507f40f 100644 --- a/tests/unit/cliproxy/skip-local-auth.test.ts +++ b/tests/unit/cliproxy/skip-local-auth.test.ts @@ -185,7 +185,7 @@ describe('skip-local-auth logic', () => { }); it('should not run preflight for non-agy providers regardless of mode', () => { - const providers = ['gemini', 'codex', 'copilot', 'kiro']; + const providers = ['gemini', 'codex', 'ghcp', 'kiro']; for (const provider of providers) { const shouldRunPreflight = provider === 'agy' && !false;