We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e3cf8 commit 198df5fCopy full SHA for 198df5f
src/test/java/clap/server/application/service/admin/AddCategoryServiceTest.java
@@ -12,6 +12,7 @@
12
import org.springframework.test.annotation.Rollback;
13
import org.springframework.test.context.DynamicPropertyRegistry;
14
import org.springframework.test.context.DynamicPropertySource;
15
+import org.springframework.test.context.TestPropertySource;
16
import org.testcontainers.elasticsearch.ElasticsearchContainer;
17
import org.testcontainers.junit.jupiter.Container;
18
import org.testcontainers.junit.jupiter.Testcontainers;
@@ -21,6 +22,7 @@
21
22
@SpringBootTest
23
@Testcontainers
24
@Transactional
25
+@TestPropertySource(properties = "spring.flyway.enabled=false")
26
class AddCategoryServiceTest {
27
28
@Container
0 commit comments