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

typo

parent f14e9282
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class LDAPSession(unittest.TestCase):
@integration_test
class OIDCSession(unittest.TestCase):
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")
@integration_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment