Skip to content

Commit

Permalink
Clarify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Dec 18, 2023
1 parent 605a4d3 commit bf07182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/functions.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('CHAT_COMPLETE', () => {
assert.strictEqual(requestBody.messages.length, 1);
});

it('propagates only the user parameters to the API', async (t) => {
it('propagates only the user parameters to the API in the body', async (t) => {
t.mock.method(global, 'fetch', () =>
mockResponseOk(makeCompletionResponse()),
);
Expand Down

0 comments on commit bf07182

Please sign in to comment.