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 0230ac4164
commit aee8a29896

View File

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