Skip to content

Commit ca63f4c

Browse files
committed
rm useless assert
1 parent edaf65f commit ca63f4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_client.py

-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ def test_retry_task_with_http_errors(self):
437437
last_exception = retry_error.last_attempt.exception(timeout=0)
438438
assert isinstance(last_exception, HTTPRetryError)
439439
assert 502 == last_exception.last_attempt.result().status_code
440-
assert str(last_exception)
441440

442441
def test_no_retry_blacklist_exception(self):
443442
client = self.get_client_with_retry()

0 commit comments

Comments
 (0)