Skip to content

Commit 95435f0

Browse files
committed
Fix failing tests
1 parent cdefb49 commit 95435f0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j/ClientCredentialsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void acquireTokenClientCredentials_ClientSecret() throws Exception {
5656

5757
@Test
5858
void acquireTokenClientCredentials_ClientAssertion() throws Exception {
59-
String clientId = "2afb0add-2f32-4946-ac90-81a02aa4550e";
59+
String clientId = TestConstants.MSIDLAB_CLIENT_ID;
6060

6161
ClientAssertion clientAssertion = getClientAssertion(clientId);
6262

msal4j-sdk/src/integrationtest/java/labapi/LabUserProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ public User getCiamUser() {
109109

110110
UserQueryParameters query = new UserQueryParameters();
111111
query.parameters.put(UserQueryParameters.FEDERATION_PROVIDER, FederationProvider.CIAM);
112-
query.parameters.put(UserQueryParameters.SIGN_IN_AUDIENCE, "azureadmyorg");
113-
query.parameters.put(UserQueryParameters.PUBLIC_CLIENT, "no");
114112

115113
return getLabUser(query);
116114
}

0 commit comments

Comments
 (0)