We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a6024 commit 1012535Copy full SHA for 1012535
1 file changed
src/test/java/com/perfact/be/BeApplicationTests.java
@@ -2,8 +2,10 @@
2
3
import org.junit.jupiter.api.Test;
4
import org.springframework.boot.test.context.SpringBootTest;
5
+import org.springframework.test.context.ActiveProfiles;
6
7
@SpringBootTest
8
+@ActiveProfiles("test")
9
class BeApplicationTests {
10
11
@Test
0 commit comments