Skip to content

Commit 7329e94

Browse files
committed
Add expectation to match actual API response in tests
1 parent 58fdb6f commit 7329e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/providers/__tests__/openai-native.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ describe("OpenAiNativeHandler", () => {
300300
expect(mockCreate).toHaveBeenCalledWith({
301301
model: "o3-mini",
302302
messages: [{ role: "user", content: "Test prompt" }],
303+
temperature: 0,
303304
})
304305
})
305306

0 commit comments

Comments
 (0)