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 dd1a94c commit ca60c18Copy full SHA for ca60c18
src/test/java/io/hexlet/blog/controller/api/PostsControllerTest.java
@@ -20,7 +20,6 @@
20
import org.springframework.boot.test.context.SpringBootTest;
21
import org.springframework.http.MediaType;
22
import org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.JwtRequestPostProcessor;
23
-import org.springframework.test.context.web.WebAppConfiguration;
24
import org.springframework.test.web.servlet.MockMvc;
25
26
import com.fasterxml.jackson.databind.ObjectMapper;
@@ -38,7 +37,6 @@
38
37
39
@SpringBootTest
40
@AutoConfigureMockMvc
41
-@WebAppConfiguration
42
public class PostsControllerTest {
43
44
@Autowired
0 commit comments