We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaf65f commit ca63f4cCopy full SHA for ca63f4c
tests/test_client.py
@@ -437,7 +437,6 @@ def test_retry_task_with_http_errors(self):
437
last_exception = retry_error.last_attempt.exception(timeout=0)
438
assert isinstance(last_exception, HTTPRetryError)
439
assert 502 == last_exception.last_attempt.result().status_code
440
- assert str(last_exception)
441
442
def test_no_retry_blacklist_exception(self):
443
client = self.get_client_with_retry()
0 commit comments