test(model-fallback): update snapshots and kimi model expectations for opencode-go integration

This commit is contained in:
YeonGyu-Kim
2026-03-13 10:48:05 +09:00
parent 2c8a8eb4f1
commit 38938508fa
4 changed files with 92 additions and 71 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: "kimi-for-coding",
modelID: "k2p5",
providerID: "opencode-go",
modelID: "kimi-k2.5",
})
expect(secondOutput.message["variant"]).toBeUndefined()
})