File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/integrationtest/java/com.microsoft.aad.msal4j Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,7 @@ public void acquireTokenWithUsernamePassword_B2C_CustomAuthority() throws Except
137137
138138 Assert .assertNotNull (result );
139139 Assert .assertNotNull (result .accessToken ());
140- // TODO uncomment once service fixes this for ROPC flow
141- // Assert.assertNotNull(result.idToken());
140+ Assert .assertNotNull (result .idToken ());
142141 }
143142
144143 @ Test
@@ -164,7 +163,6 @@ public void acquireTokenWithUsernamePassword_B2C_LoginMicrosoftOnline() throws E
164163
165164 Assert .assertNotNull (result );
166165 Assert .assertNotNull (result .accessToken ());
167- // TODO uncomment once service fixes this for ROPC flow
168- // Assert.assertNotNull(result.idToken());
166+ Assert .assertNotNull (result .idToken ());
169167 }
170168}
You can’t perform that action at this time.
0 commit comments