From 8351d88da1f794cb76b03dbfaf70e6386620bc1c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 7 Dec 2023 15:53:01 +0100 Subject: [PATCH] ci: yolotry to add more info to debug issue with sso check --- src/tests/test_permission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_permission.py b/src/tests/test_permission.py index ce7ccf174..aefee692f 100644 --- a/src/tests/test_permission.py +++ b/src/tests/test_permission.py @@ -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