mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Don't verify SSL during changeurl tests :/ (#332)
This commit is contained in:
parent
89189ed52f
commit
c96d5f90ec
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def check_changeurl_app(path):
|
||||||
|
|
||||||
assert appmap[maindomain][path + "/"]["id"] == "change_url_app"
|
assert appmap[maindomain][path + "/"]["id"] == "change_url_app"
|
||||||
|
|
||||||
r = requests.get("https://%s%s/" % (maindomain, path))
|
r = requests.get("https://%s%s/" % (maindomain, path), verify=False)
|
||||||
assert r.status_code == 200
|
assert r.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue