mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tests: use https instead of http to check app is indeed installed
This commit is contained in:
parent
b2a67c4f86
commit
9dc0c9b087
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def app_is_exposed_on_http(domain, path, message_in_page):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
"http://127.0.0.1" + path + "/",
|
"https://127.0.0.1" + path + "/",
|
||||||
headers={"Host": domain},
|
headers={"Host": domain},
|
||||||
timeout=10,
|
timeout=10,
|
||||||
verify=False,
|
verify=False,
|
||||||
|
|
Loading…
Add table
Reference in a new issue