mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
test: sync app chat model override expectation
This commit is contained in:
@@ -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",
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user