Skip to content

Commit

Permalink
Update message object:
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-gh committed Oct 7, 2024
1 parent 1aed9fa commit 2515629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/formulaic.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe("Formulaic", () => {

expect(mockHttpClient.post).toHaveBeenCalledWith(
`${formulaic.baseURL}/api/recipes/${TEST_FORMULA_ID}/chats`,
TEST_MESSAGES,
{ messages: TEST_MESSAGES },
{ "Content-Type": "application/json" }
);

Expand Down

0 comments on commit 2515629

Please sign in to comment.