mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 20:31:19 +00:00
Tests: fix OpenAI provider fixture shape
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user