mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 16:10:09 +00:00
fix test error
This commit is contained in:
@@ -18,6 +18,7 @@ describe('parseSmartCopilotSettings', () => {
|
||||
groqApiKey: '',
|
||||
deepseekApiKey: '',
|
||||
chatModelId: '',
|
||||
mcpEnabled: false,
|
||||
collectedChatModels: [],
|
||||
chatModelProvider: 'OpenRouter',
|
||||
applyModelId: '',
|
||||
@@ -201,6 +202,7 @@ describe('settings migration', () => {
|
||||
deepseekApiKey: '',
|
||||
collectedChatModels: [],
|
||||
chatModelId: '',
|
||||
mcpEnabled: false,
|
||||
chatModelProvider: 'OpenRouter',
|
||||
applyModelId: '',
|
||||
applyModelProvider: 'OpenRouter',
|
||||
|
||||
Reference in New Issue
Block a user