Skip to content

Commit

Permalink
finagle testing values
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 22, 2023
1 parent 663a27d commit a362e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_client/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ async def test_041_request_autocalc_retries_error() -> None:
#
(
0.5,
0.0001,
01e-07,
CalcRetryFromBackoffMax(urllib3.util.retry.Retry.DEFAULT_BACKOFF_MAX),
),
#
(0.5, 0.001, CalcRetryFromWaittimeMax(1000)),
(0.5, 0.3, CalcRetryFromWaittimeMax(60 * 60)),
]:
print(f"{timeout=}, {backoff_factor=}, {arg=}")
with pytest.raises(
Expand Down

0 comments on commit a362e16

Please sign in to comment.