Skip to content

Commit d9cfc36

Browse files
author
mingsing
committed
ruff pass
Signed-off-by: mingsing <[email protected]>
1 parent afe00ee commit d9cfc36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/clients/test_healthcheck_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def side_effect(*args, **kwargs):
100100
# This will cause ~2 seconds of retries (1 second sleep after each failure)
101101
if call_count[0] <= 2:
102102
import urllib.error
103+
103104
raise urllib.error.URLError('Connection refused')
104105
else:
105106
return MockResponse(status=200)

0 commit comments

Comments
 (0)