mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05: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