Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds committed Oct 3, 2024
1 parent 21280ae commit fb77473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ async def test_gcs_source_fetch():
assert path == TEST_FILE_PATH

source = GCSSource(bucket="", object_name="not_found_file.py")
with pytest.raises(aiohttp.ClientResponseError, aiohttp.ClientConnectionError):
with pytest.raises(aiohttp.ClientConnectionError):
await source.fetch()

0 comments on commit fb77473

Please sign in to comment.