Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 8, 2024
1 parent 2d92f36 commit 7dcbdfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_im_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ def test_check_oidc_groups(self, openidclient):
Config.OIDC_ISSUERS = ["https://iam-test.indigo-datacloud.eu/"]
Config.OIDC_AUDIENCE = None
Config.OIDC_GROUPS = ["urn:mace:egi.eu:group:demo.fedcloud.egi.eu:role=member#aai.egi.eu"]
Config.OIDC_GROUPS_CLAIM = "eduperson_entitlement"

IM.check_oidc_token(im_auth)

Expand Down

0 comments on commit 7dcbdfb

Please sign in to comment.