KEYCLOAK-3505: cosmetic coding style changes

This commit is contained in:
Peter Nalyvayko 2016-09-15 15:42:09 -04:00
parent b97908fb02
commit 0348e427de
4 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,6 @@ import com.fasterxml.jackson.databind.JsonNode;
import java.util.List;
import java.util.Map;
/**
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
* @version $Revision: 1 $

View file

@ -329,7 +329,6 @@ public abstract class AbstractKeycloakIdentityProviderTest extends AbstractIdent
Assert.assertEquals("A00", user.getFirstAttribute("tenantid"));
}
@Test
public void testSuccessfulAuthenticationWithoutUpdateProfile_newUser_emailAsUsername() {
RealmModel realm = getRealm();

View file

@ -110,7 +110,6 @@ public class OIDCBrokerUserPropertyTest extends AbstractKeycloakIdentityProvider
verifyAttributeMapperHandlesUserInfoClaims();
}
@Override
@Test
public void testSuccessfulAuthenticationWithoutUpdateProfile() {

View file

@ -42,6 +42,7 @@
"Claim JSON Type": "String",
"access.token.claim": "true",
"id.token.claim": "true"
}
},
{