Skip to content

Commit

Permalink
rm useless assert
Browse files Browse the repository at this point in the history
  • Loading branch information
maingoh committed Nov 14, 2023
1 parent edaf65f commit ca63f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ def test_retry_task_with_http_errors(self):
last_exception = retry_error.last_attempt.exception(timeout=0)
assert isinstance(last_exception, HTTPRetryError)
assert 502 == last_exception.last_attempt.result().status_code
assert str(last_exception)

def test_no_retry_blacklist_exception(self):
client = self.get_client_with_retry()
Expand Down

0 comments on commit ca63f4c

Please sign in to comment.