Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 3, 2024
1 parent d756ea2 commit 6e86125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_im_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6e86125

Please sign in to comment.