Skip to content

Commit c0ffd6e

Browse files
assert for SSLEOFError deleted
1 parent 5f58579 commit c0ffd6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,6 @@ def my_side_effect2(*args, **kwargs):
22252225
)
22262226

22272227
log_content = "\n".join(cm.output)
2228-
self.assertIn("SSLEOFError", log_content)
22292228
self.assertIn(
22302229
"Request failed, attempt 1 of 3. Retrying",
22312230
log_content,

0 commit comments

Comments
 (0)