We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cde44b commit c1a1879Copy full SHA for c1a1879
1 file changed
src/test/java/com/back/web7_9_codecrete_be/Web79CodecreteBeApplicationTests.java
@@ -2,7 +2,9 @@
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
+@ActiveProfiles("test")
8
@SpringBootTest
9
class Web79CodecreteBeApplicationTests {
10
0 commit comments