We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8157062 commit 4ea623aCopy full SHA for 4ea623a
tests/api-resources/beta/messages/batches.test.ts
@@ -188,7 +188,7 @@ describe('resource batches', () => {
188
).rejects.toThrow(Anthropic.NotFoundError);
189
});
190
191
- // Prism doesn't support JSONL responses yet
+ // Prism doesn't support application/x-jsonl responses
192
test.skip('results: request options and params are passed correctly', async () => {
193
// ensure the request options are being passed correctly by passing an invalid HTTP method in order to cause an error
194
await expect(
0 commit comments