Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 11, 2023
1 parent 9e5425c commit 16ae531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/client/test_base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ async def test_prefect_httpx_client_retries_on_designated_error_codes(
[
httpx.RemoteProtocolError,
httpx.ReadError,
httpx.WriteError,
httpx.LocalProtocolError,
httpx.PoolTimeout,
httpx.ReadTimeout,
Expand Down

0 comments on commit 16ae531

Please sign in to comment.