test: sync app chat model override expectation

This commit is contained in:
Peter Steinberger
2026-03-23 23:17:40 -07:00
parent ff2e9a52ff
commit ecb3aa7fe0

View File

@@ -149,8 +149,8 @@ describe("handleSendChat", () => {
model: "gpt-5-mini",
});
expect(host.chatModelOverrides.main).toEqual({
kind: "raw",
value: "gpt-5-mini",
kind: "qualified",
value: "openai/gpt-5-mini",
});
});
});