Skip to content

Commit 97bcf4c

Browse files
fadidurahCopilot
andauthored
Update msal/src/test/java/com/microsoft/identity/client/e2e/tests/network/MultiAccountAndResourceAcquireTokenNetworkTests.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2bd8c54 commit 97bcf4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msal/src/test/java/com/microsoft/identity/client/e2e/tests/network/MultiAccountAndResourceAcquireTokenNetworkTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void testAcquireTokenAndSilentWithMultipleCloudAccountsSuccess() {
8484
for (int i = 0; i < userTypes.length; i++) {
8585
final String username;
8686
try {
87-
username = labClient.getAccountFromLabJsonStringInMobileBuildVault(new AcquireTokenAADTest.AzureWorldWideCloudUser().getUserType()).getUsername();
87+
username = labClient.getAccountFromLabJsonStringInMobileBuildVault(userTypes[i]).getUsername();
8888
} catch (Exception e) {
8989
throw new AssertionError(e);
9090
}

0 commit comments

Comments
 (0)