Skip to content

Commit b081f3d

Browse files
committed
Lab API changed since May 14, 2024
1 parent d0693ac commit b081f3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_e2e.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,7 @@ class CiamTestCase(LabBasedTestCase):
963963
@classmethod
964964
def setUpClass(cls):
965965
super(CiamTestCase, cls).setUpClass()
966-
cls.user = cls.get_lab_user(
967-
federationProvider="ciam", signinAudience="azureadmyorg", publicClient="No")
966+
cls.user = cls.get_lab_user(federationProvider="ciam")
968967
# FYI: Only single- or multi-tenant CIAM app can have other-than-OIDC
969968
# delegated permissions on Microsoft Graph.
970969
cls.app_config = cls.get_lab_app_object(cls.user["client_id"])

0 commit comments

Comments
 (0)