File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/test/java/org/tailormap/api/controller Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 77
88import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .delete ;
99import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .get ;
10- import static org .springframework .test .web .servlet .result .MockMvcResultHandlers .print ;
1110import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .content ;
1211import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .header ;
1312import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .jsonPath ;
@@ -183,7 +182,6 @@ void getAttachment(String url) throws Exception {
183182 .andExpect (content ().contentType ("image/svg+xml" ))
184183 .andExpect (header ().string ("Content-Type" , "image/svg+xml" ))
185184 .andExpect (header ().string ("Content-Disposition" , "inline; filename=\" lichtpunt.svg\" " ))
186- .andExpect (header ().string ("Content-Type" , "image/svg+xml" ))
187185 .andExpect (content ()
188186 .bytes (new ClassPathResource ("test/lichtpunt.svg" )
189187 .getInputStream ()
You can’t perform that action at this time.
0 commit comments