ci: yolotry to add more info to debug issue with sso check

This commit is contained in:
Alexandre Aubin 2023-12-07 15:53:01 +01:00
parent 2db709e043
commit 8351d88da1

View file

@ -373,7 +373,7 @@ def can_access_webpage(webpath, logged_as=None):
verify=False,
)
# We should have some cookies related to authentication now
assert session.cookies
assert session.cookies, (session, session.text)
r = session.get(webpath, verify=False)
# If we can't access it, we got redirected to the SSO