[KEYCLOAK-7868] code fixed, unignoring the test
This commit is contained in:
parent
f6a4ba98de
commit
01af40413e
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ public class AccountLinkSpringBootTest extends AbstractSpringBootTest {
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore("KEYCLOAK-7868")
|
|
||||||
public void testErrorConditions() throws Exception {
|
public void testErrorConditions() throws Exception {
|
||||||
RealmResource realm = adminClient.realms().realm(REALM_NAME);
|
RealmResource realm = adminClient.realms().realm(REALM_NAME);
|
||||||
List<FederatedIdentityRepresentation> links = realm.users().get(childUserId).getFederatedIdentity();
|
List<FederatedIdentityRepresentation> links = realm.users().get(childUserId).getFederatedIdentity();
|
||||||
|
|
Loading…
Reference in a new issue