mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: yolotry to add more info to debug issue with sso check
This commit is contained in:
parent
2db709e043
commit
8351d88da1
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ def can_access_webpage(webpath, logged_as=None):
|
||||||
verify=False,
|
verify=False,
|
||||||
)
|
)
|
||||||
# We should have some cookies related to authentication now
|
# We should have some cookies related to authentication now
|
||||||
assert session.cookies
|
assert session.cookies, (session, session.text)
|
||||||
r = session.get(webpath, verify=False)
|
r = session.get(webpath, verify=False)
|
||||||
|
|
||||||
# If we can't access it, we got redirected to the SSO
|
# If we can't access it, we got redirected to the SSO
|
||||||
|
|
Loading…
Add table
Reference in a new issue