Merge branch 'pr-1550' into integration/validation-batch
This commit is contained in:
@@ -309,7 +309,7 @@ describe('SettingsDefaultsManager', () => {
|
||||
|
||||
describe('get', () => {
|
||||
it('should return default value for key', () => {
|
||||
expect(SettingsDefaultsManager.get('CLAUDE_MEM_MODEL')).toBe('claude-sonnet-4-5');
|
||||
expect(SettingsDefaultsManager.get('CLAUDE_MEM_MODEL')).toBe('claude-sonnet-4-6');
|
||||
expect(SettingsDefaultsManager.get('CLAUDE_MEM_WORKER_PORT')).toBe('37777');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user