Skip to content

Commit 4ea623a

Browse files
chore(internal): update test skipping reason
1 parent 8157062 commit 4ea623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api-resources/beta/messages/batches.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('resource batches', () => {
188188
).rejects.toThrow(Anthropic.NotFoundError);
189189
});
190190

191-
// Prism doesn't support JSONL responses yet
191+
// Prism doesn't support application/x-jsonl responses
192192
test.skip('results: request options and params are passed correctly', async () => {
193193
// ensure the request options are being passed correctly by passing an invalid HTTP method in order to cause an error
194194
await expect(

0 commit comments

Comments
 (0)