test: update snapshots and assertions for kimi-k2.5-free removal

This commit is contained in:
YeonGyu-Kim
2026-03-04 11:33:11 +09:00
parent 8cba19d27f
commit 4abd3d29e5
15 changed files with 3501 additions and 25 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ describe("model fallback hook", () => {
//#then - chain should progress to entry[1], not repeat entry[0]
expect(secondOutput.message["model"]).toEqual({
providerID: "opencode",
modelID: "kimi-k2.5-free",
providerID: "zai-coding-plan",
modelID: "glm-5",
})
expect(secondOutput.message["variant"]).toBeUndefined()
})