mirror of https://github.com/openclaw/openclaw.git
test: sync app chat model override expectation
This commit is contained in:
parent
ff2e9a52ff
commit
ecb3aa7fe0
|
|
@ -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",
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue