mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-11 09:00: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:
|
||||
method: "GET"
|
||||
url: "http://httpbin.org/get"
|
||||
url: "https://httpbin.org/get"
|
||||
timeout: 5
|
||||
check_every: 5
|
||||
|
|
|
@ -32,7 +32,7 @@ def container():
|
|||
},
|
||||
'httpbin': {
|
||||
'method': 'GET',
|
||||
'url': 'http://fake-httpbin.org/get',
|
||||
'url': 'https://fake-httpbin.org/get',
|
||||
'timeout': 1,
|
||||
'check_every': 1,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user