Skip to content

Commit 0c3013b

Browse files
chore(internal): update test skipping reason
1 parent 49e2961 commit 0c3013b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api_resources/beta/messages/test_batches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def test_method_results(self, client: Anthropic, respx_mock: MockRouter) -> None
396396
assert i == 1
397397
assert results.http_response.is_stream_consumed
398398

399-
@pytest.mark.skip(reason="Prism doesn't support JSONL responses yet")
399+
@pytest.mark.skip(reason="Prism doesn't support application/x-jsonl responses")
400400
@parametrize
401401
def test_path_params_results(self, client: Anthropic) -> None:
402402
with pytest.raises(ValueError, match=r"Expected a non-empty value for `message_batch_id` but received ''"):
@@ -783,7 +783,7 @@ async def test_method_results(self, async_client: AsyncAnthropic, respx_mock: Mo
783783
assert i == 1
784784
assert results.http_response.is_stream_consumed
785785

786-
@pytest.mark.skip(reason="Prism doesn't support JSONL responses yet")
786+
@pytest.mark.skip(reason="Prism doesn't support application/x-jsonl responses")
787787
@parametrize
788788
async def test_path_params_results(self, async_client: AsyncAnthropic) -> None:
789789
with pytest.raises(ValueError, match=r"Expected a non-empty value for `message_batch_id` but received ''"):

0 commit comments

Comments
 (0)