Fix mongo
This commit is contained in:
parent
14b3d085a0
commit
d1e6b7523e
2 changed files with 1 additions and 10 deletions
|
@ -39,6 +39,7 @@ public class DefaultMongoConnectionFactoryProvider implements MongoConnectionPro
|
|||
"org.keycloak.models.sessions.mongo.entities.MongoClientSessionEntity",
|
||||
"org.keycloak.models.entities.UserFederationProviderEntity",
|
||||
"org.keycloak.models.entities.ProtocolMapperEntity",
|
||||
"org.keycloak.models.entities.IdentityProviderMapperEntity",
|
||||
"org.keycloak.models.mongo.keycloak.entities.MongoUserConsentEntity"
|
||||
};
|
||||
|
||||
|
|
|
@ -72,16 +72,6 @@ public class OAuthGrantTest {
|
|||
private static String ROLE_USER = "Have User privileges";
|
||||
private static String ROLE_CUSTOMER = "Have Customer User privileges";
|
||||
|
||||
@Test
|
||||
public void sleepTest() throws IOException {
|
||||
try {
|
||||
Thread.sleep(10000000);
|
||||
} catch (InterruptedException ie) {
|
||||
throw new RuntimeException(ie);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void oauthGrantAcceptTest() throws IOException {
|
||||
oauth.clientId("third-party");
|
||||
|
|
Loading…
Reference in a new issue