Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Reichenbachian committed May 14, 2024
1 parent d3e049d commit 0957dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_resources/test_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ async def test_raw_response_upload(self, async_client: AsyncStructify) -> None:
assert document is None

@parametrize
@pytest.mark.skip(reason="stainless doesn't support yet.")
async def test_streaming_response_upload(self, async_client: AsyncStructify) -> None:
async with async_client.documents.with_streaming_response.upload(
doctype="Text",
Expand Down

0 comments on commit 0957dd0

Please sign in to comment.