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 7ebd6d5 commit 37a6a29Copy full SHA for 37a6a29
msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/ManagedIdentityTests.java
@@ -330,7 +330,6 @@ void managedIdentityTest_DifferentScopes_RequestsNewToken(ManagedIdentitySourceT
330
assertNotNull(result.accessToken());
331
assertEquals(TokenSource.IDENTITY_PROVIDER, result.metadata().tokenSource());
332
verify(httpClientMock, times(2)).send(any());
333
- // TODO: Assert token source to check the token source is IDP and not Cache.
334
}
335
336
@ParameterizedTest
0 commit comments