From 6e86125eeaa751a9c2640aa9f962a894093828ab Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Fri, 3 May 2024 13:09:14 +0200 Subject: [PATCH] Fix style --- test/unit/test_im_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/test_im_logic.py b/test/unit/test_im_logic.py index 4e0b6dfb..35d5b17f 100644 --- a/test/unit/test_im_logic.py +++ b/test/unit/test_im_logic.py @@ -1153,7 +1153,7 @@ def test_check_oidc_groups(self, openidclient): self.assertEqual(str(ex.exception), "Error trying to validate OIDC auth token: Invalid InfrastructureManager" + " credentials. User not in configured groups.") - + Config.OIDC_GROUPS = [] def test_inf_auth_with_token(self):