always use jdbc:postgresql://localhost:5432/postgres for ImportTestData

This commit is contained in:
Michael Hoennig 2024-01-11 16:49:36 +01:00
parent e9a8699aa1
commit 70621fd482

View File

@ -57,7 +57,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*/ */
@Disabled @Disabled
@DataJpaTest @DataJpaTest(properties = "spring.datasource.url=jdbc:postgresql://localhost:5432/postgres")
@Import({ Context.class, JpaAttempt.class }) @Import({ Context.class, JpaAttempt.class })
@TestMethodOrder(MethodOrderer.OrderAnnotation.class) @TestMethodOrder(MethodOrderer.OrderAnnotation.class)
public class ImportOfficeTables extends ContextBasedTest { public class ImportOfficeTables extends ContextBasedTest {