From 4973f7a00f8d3d6e30efb0b59e3ed961216c26c7 Mon Sep 17 00:00:00 2001 From: shiminhao964 Date: Thu, 21 May 2026 19:40:18 +0800 Subject: [PATCH] test(qoder): add qoder to provider-capabilities test expectations Co-Authored-By: Claude Opus 4.7 --- src/cliproxy/__tests__/provider-capabilities.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cliproxy/__tests__/provider-capabilities.test.ts b/src/cliproxy/__tests__/provider-capabilities.test.ts index 02fea0b0..16f15b21 100644 --- a/src/cliproxy/__tests__/provider-capabilities.test.ts +++ b/src/cliproxy/__tests__/provider-capabilities.test.ts @@ -46,6 +46,7 @@ describe('provider-capabilities', () => { 'gitlab', 'codebuddy', 'kilo', + 'qoder', ]); }); @@ -66,6 +67,7 @@ describe('provider-capabilities', () => { 'cursor', 'codebuddy', 'kilo', + 'qoder', ]); expect(getProvidersByOAuthFlow('authorization_code')).toEqual([ 'gemini', @@ -85,6 +87,7 @@ describe('provider-capabilities', () => { 'kimi', 'codebuddy', 'kilo', + 'qoder', ]); });