We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d2bb3 commit a5487f3Copy full SHA for a5487f3
tests/test_client.py
@@ -17,7 +17,7 @@ def server():
17
try:
18
requests.get(f"{s}/health")
19
break
20
- except OSError:
+ except Exception:
21
if count < 0:
22
raise
23
count -= 1
0 commit comments