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 a1ea6e8 commit 83e8240Copy full SHA for 83e8240
src/test/java/dmu/dasom/api/ApiApplicationTests.java
@@ -3,7 +3,7 @@
3
import org.junit.jupiter.api.Test;
4
import org.springframework.boot.test.context.SpringBootTest;
5
6
-@SpringBootTest
+@SpringBootTest(classes = ApiApplicationTests.class)
7
class ApiApplicationTests {
8
9
@Test
0 commit comments