We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5538d6 commit 3b07cdbCopy full SHA for 3b07cdb
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