We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7608bd9 commit 41e11a8Copy full SHA for 41e11a8
tests/test_notifier.py
@@ -38,7 +38,7 @@ def start_server():
38
39
session = requests.Session()
40
session.mount(
41
- "http",
+ "http://",
42
HTTPAdapter(
43
max_retries=Retry(
44
total=5,
0 commit comments