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 748fcfe commit 7fd8349Copy full SHA for 7fd8349
srv/src/test/java/my/bookshop/AdminServiceTest.java
@@ -10,7 +10,6 @@
10
11
import org.junit.jupiter.api.Test;
12
import org.springframework.beans.factory.annotation.Autowired;
13
-import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
14
import org.springframework.boot.test.context.SpringBootTest;
15
import org.springframework.security.test.context.support.WithMockUser;
16
@@ -25,7 +24,6 @@
25
24
import cds.gen.adminservice.Orders;
26
27
@SpringBootTest
28
-@AutoConfigureMockMvc
29
public class AdminServiceTest {
30
31
@Autowired
0 commit comments