KEYCLOAK-3505: cosmetic coding style changes
This commit is contained in:
parent
b97908fb02
commit
0348e427de
4 changed files with 1 additions and 3 deletions
|
@ -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 $
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -110,7 +110,6 @@ public class OIDCBrokerUserPropertyTest extends AbstractKeycloakIdentityProvider
|
|||
verifyAttributeMapperHandlesUserInfoClaims();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
@Test
|
||||
public void testSuccessfulAuthenticationWithoutUpdateProfile() {
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
"Claim JSON Type": "String",
|
||||
"access.token.claim": "true",
|
||||
"id.token.claim": "true"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue