We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a1811 commit 86594caCopy full SHA for 86594ca
src/test/java/com/back/ApplicationTests.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 ApplicationTests {
10
11
@Test
0 commit comments