mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2026-03-23 09:39:29 -04:00
Add expectation to match actual API response in tests
This commit is contained in:
@@ -300,6 +300,7 @@ describe("OpenAiNativeHandler", () => {
|
||||
expect(mockCreate).toHaveBeenCalledWith({
|
||||
model: "o3-mini",
|
||||
messages: [{ role: "user", content: "Test prompt" }],
|
||||
temperature: 0,
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user