mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
@@ -253,7 +253,8 @@ describe('Cline', () => {
|
||||
// Setup mock API configuration
|
||||
mockApiConfig = {
|
||||
apiProvider: 'anthropic',
|
||||
apiModelId: 'claude-3-5-sonnet-20241022'
|
||||
apiModelId: 'claude-3-5-sonnet-20241022',
|
||||
apiKey: 'test-api-key' // Add API key to mock config
|
||||
};
|
||||
|
||||
// Mock provider methods
|
||||
|
||||
Reference in New Issue
Block a user