Skip to content

Commit

Permalink
Lab API changed since May 14, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed May 24, 2024
1 parent d0693ac commit b081f3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,7 @@ class CiamTestCase(LabBasedTestCase):
@classmethod
def setUpClass(cls):
super(CiamTestCase, cls).setUpClass()
cls.user = cls.get_lab_user(
federationProvider="ciam", signinAudience="azureadmyorg", publicClient="No")
cls.user = cls.get_lab_user(federationProvider="ciam")
# FYI: Only single- or multi-tenant CIAM app can have other-than-OIDC
# delegated permissions on Microsoft Graph.
cls.app_config = cls.get_lab_app_object(cls.user["client_id"])
Expand Down

0 comments on commit b081f3d

Please sign in to comment.