Skip to content

Commit

Permalink
кодировка UTF-8 в тестах
Browse files Browse the repository at this point in the history
  • Loading branch information
s-chepurnov authored and s-chepurnov committed May 9, 2024
1 parent dd1a94c commit ca60c18
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.JwtRequestPostProcessor;
import org.springframework.test.context.web.WebAppConfiguration;
import org.springframework.test.web.servlet.MockMvc;

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

@SpringBootTest
@AutoConfigureMockMvc
@WebAppConfiguration
public class PostsControllerTest {

@Autowired
Expand Down

0 comments on commit ca60c18

Please sign in to comment.