We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0693ac commit b081f3dCopy full SHA for b081f3d
tests/test_e2e.py
@@ -963,8 +963,7 @@ class CiamTestCase(LabBasedTestCase):
963
@classmethod
964
def setUpClass(cls):
965
super(CiamTestCase, cls).setUpClass()
966
- cls.user = cls.get_lab_user(
967
- federationProvider="ciam", signinAudience="azureadmyorg", publicClient="No")
+ cls.user = cls.get_lab_user(federationProvider="ciam")
968
# FYI: Only single- or multi-tenant CIAM app can have other-than-OIDC
969
# delegated permissions on Microsoft Graph.
970
cls.app_config = cls.get_lab_app_object(cls.user["client_id"])
0 commit comments