chore: cleanup old smart edit settings (#15832)

This commit is contained in:
Abhi
2026-01-02 17:28:28 -05:00
committed by GitHub
parent 2c2e349dd4
commit 5ab0c5d33d
14 changed files with 2 additions and 48 deletions

View File

@@ -89,7 +89,6 @@ describe('SmartEditTool', () => {
getUsageStatisticsEnabled: vi.fn(() => true),
getSessionId: vi.fn(() => 'mock-session-id'),
getContentGeneratorConfig: vi.fn(() => ({ authType: 'mock' })),
getUseSmartEdit: vi.fn(() => false),
getProxy: vi.fn(() => undefined),
getGeminiClient: vi.fn().mockReturnValue(geminiClient),
getBaseLlmClient: vi.fn().mockReturnValue(baseLlmClient),