mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-07 08:23:57 +00:00
test(cliproxy): stabilize thinking override assertion
This commit is contained in:
@@ -67,6 +67,8 @@ describe('buildClaudeEnvironment - composite remote routing', () => {
|
|||||||
thinkingOverride: 'high',
|
thinkingOverride: 'high',
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(env.ANTHROPIC_MODEL).toContain('(high)');
|
expect(env.ANTHROPIC_MODEL).toContain('gemini');
|
||||||
|
// Gemini thinking overrides may be normalized to numeric budgets, and [1m] may be auto-appended.
|
||||||
|
expect(env.ANTHROPIC_MODEL).toMatch(/\([^)]+\)(\[1m\])?$/);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user