KEYCLOAK-13922 MigrationModelTest failing in latest master
This commit is contained in:
parent
12e53e6f11
commit
83255e1b08
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class MigrationModelTest extends AbstractKeycloakTest {
|
||||||
@Test
|
@Test
|
||||||
public void test() {
|
public void test() {
|
||||||
testingClient.server().run(session -> {
|
testingClient.server().run(session -> {
|
||||||
String currentVersion = Version.VERSION_KEYCLOAK.replaceAll("^(\\d(?:\\.\\d){0,2}).*$", "$1");
|
String currentVersion = Version.VERSION_KEYCLOAK.replaceAll("^(\\d+(?:\\.\\d+){0,2}).*$", "$1");
|
||||||
|
|
||||||
JpaConnectionProvider p = session.getProvider(JpaConnectionProvider.class);
|
JpaConnectionProvider p = session.getProvider(JpaConnectionProvider.class);
|
||||||
EntityManager em = p.getEntityManager();
|
EntityManager em = p.getEntityManager();
|
||||||
|
|
Loading…
Reference in a new issue