mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-11 17:10:57 +03:00
Switch to use https for httpbin.org requests
This commit is contained in:
parent
43c5ac03f4
commit
84cecb4bc3
|
@ -12,6 +12,6 @@ monitors:
|
||||||
|
|
||||||
httpbin:
|
httpbin:
|
||||||
method: "GET"
|
method: "GET"
|
||||||
url: "http://httpbin.org/get"
|
url: "https://httpbin.org/get"
|
||||||
timeout: 5
|
timeout: 5
|
||||||
check_every: 5
|
check_every: 5
|
||||||
|
|
|
@ -32,7 +32,7 @@ def container():
|
||||||
},
|
},
|
||||||
'httpbin': {
|
'httpbin': {
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
'url': 'http://fake-httpbin.org/get',
|
'url': 'https://fake-httpbin.org/get',
|
||||||
'timeout': 1,
|
'timeout': 1,
|
||||||
'check_every': 1,
|
'check_every': 1,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user