mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 20:24:21 +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', () => {
|
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) {
|
for (const provider of providers) {
|
||||||
const shouldRunPreflight = provider === 'agy' && !false;
|
const shouldRunPreflight = provider === 'agy' && !false;
|
||||||
|
|||||||
Reference in New Issue
Block a user