fix(test): use correct provider name 'ghcp' instead of 'copilot'

This commit is contained in:
kaitranntt
2026-01-26 16:19:56 -05:00
parent 21e819b590
commit 838cd1d460
+1 -1
View File
@@ -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;