Skip to content

Commit

Permalink
openshift: test equivalent of default auth_state_groups_key provided …
Browse files Browse the repository at this point in the history
…as before
  • Loading branch information
consideRatio committed Sep 3, 2024
1 parent 115ceee commit 6618811
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oauthenticator/tests/test_openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def user_model():
"20",
{
"allowed_groups": {"group1"},
"auth_state_groups_key": "openshift_user.groups",
"manage_groups": True,
},
True,
Expand All @@ -151,7 +150,6 @@ def user_model():
"21",
{
"allowed_groups": {"test-user-not-in-group"},
"auth_state_groups_key": "openshift_user.groups",
"manage_groups": True,
},
False,
Expand All @@ -161,7 +159,6 @@ def user_model():
"22",
{
"admin_groups": {"group1"},
"auth_state_groups_key": "openshift_user.groups",
"manage_groups": True,
},
True,
Expand All @@ -171,7 +168,6 @@ def user_model():
"23",
{
"admin_groups": {"test-user-not-in-group"},
"auth_state_groups_key": "openshift_user.groups",
"manage_groups": True,
},
False,
Expand Down

0 comments on commit 6618811

Please sign in to comment.