Tests: fix OpenAI provider fixture shape

This commit is contained in:
Vincent Koc
2026-03-05 23:56:41 -05:00
parent a13284ccd8
commit 4bafa01d63

View File

@@ -251,7 +251,6 @@ describe("resolveModel", () => {
expect(result.model?.contextWindow).toBe(262144);
expect(result.model?.maxTokens).toBe(32768);
});
it("propagates reasoning from matching configured fallback model", () => {
const cfg = {
models: {