update PREVIEW_GEMINI_3_1_FLASH_LITE_MODEL to PREVIEW_GEMINI_FLASH_LITE_MODEL in model.test.ts

This commit is contained in:
davidapierce
2026-05-15 18:17:15 +00:00
parent 934ce35216
commit 334df226ab

View File

@@ -707,9 +707,9 @@ describe('Gemini 3.1 Config Resolution', () => {
).toBeDefined();
});
it('PREVIEW_GEMINI_3_1_FLASH_LITE_MODEL should resolve to chat-base-3 config (including thinkingLevel)', () => {
it('PREVIEW_GEMINI_FLASH_LITE_MODEL should resolve to chat-base-3 config (including thinkingLevel)', () => {
const resolved = modelConfigService.getResolvedConfig({
model: PREVIEW_GEMINI_3_1_FLASH_LITE_MODEL,
model: PREVIEW_GEMINI_FLASH_LITE_MODEL,
isChatModel: true,
});
expect(