mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(test): use correct provider name 'ghcp' instead of 'copilot'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user