Skip to content

Commit 37a6a29

Browse files
committed
Remove the TODO
1 parent 7ebd6d5 commit 37a6a29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/ManagedIdentityTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ void managedIdentityTest_DifferentScopes_RequestsNewToken(ManagedIdentitySourceT
330330
assertNotNull(result.accessToken());
331331
assertEquals(TokenSource.IDENTITY_PROVIDER, result.metadata().tokenSource());
332332
verify(httpClientMock, times(2)).send(any());
333-
// TODO: Assert token source to check the token source is IDP and not Cache.
334333
}
335334

336335
@ParameterizedTest

0 commit comments

Comments
 (0)