Skip to content

Commit ca60c18

Browse files
s-chepurnovs-chepurnov
authored andcommitted
кодировка UTF-8 в тестах
1 parent dd1a94c commit ca60c18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/io/hexlet/blog/controller/api/PostsControllerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import org.springframework.boot.test.context.SpringBootTest;
2121
import org.springframework.http.MediaType;
2222
import org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.JwtRequestPostProcessor;
23-
import org.springframework.test.context.web.WebAppConfiguration;
2423
import org.springframework.test.web.servlet.MockMvc;
2524

2625
import com.fasterxml.jackson.databind.ObjectMapper;
@@ -38,7 +37,6 @@
3837

3938
@SpringBootTest
4039
@AutoConfigureMockMvc
41-
@WebAppConfiguration
4240
public class PostsControllerTest {
4341

4442
@Autowired

0 commit comments

Comments
 (0)