Skip to content
Snippets Groups Projects
Commit 123e17ee authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

typo

parent f14e9282
Branches
Tags
No related merge requests found
...@@ -75,7 +75,7 @@ class LDAPSession(unittest.TestCase): ...@@ -75,7 +75,7 @@ class LDAPSession(unittest.TestCase):
@integration_test @integration_test
class OIDCSession(unittest.TestCase): class OIDCSession(unittest.TestCase):
def setUp(self): def setUp(self):
if "OIDC_RP_CLIENT_ID" not os.environ.keys(): if "OIDC_RP_CLIENT_ID" not in os.environ.keys():
raise unittest.SkipTest("Cannot run OIDCSession-test when OIDC_RP_CLIENT_ID is not set in the environment to configure django settings") raise unittest.SkipTest("Cannot run OIDCSession-test when OIDC_RP_CLIENT_ID is not set in the environment to configure django settings")
@integration_test @integration_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment