[KEYCLOAK-7868] code fixed, unignoring the test

This commit is contained in:
wyvie 2018-08-01 15:24:10 +02:00 committed by Marek Posolda
parent f6a4ba98de
commit 01af40413e

View file

@ -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();