Skip to content

Commit 41e11a8

Browse files
committed
Fix test notifier
1 parent 7608bd9 commit 41e11a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def start_server():
3838

3939
session = requests.Session()
4040
session.mount(
41-
"http",
41+
"http://",
4242
HTTPAdapter(
4343
max_retries=Retry(
4444
total=5,

0 commit comments

Comments
 (0)