Skip to content

Commit 0b40921

Browse files
mprinsCopilot
andcommitted
Update src/test/java/org/tailormap/api/controller/AttachmentsControllerIntegrationTest.java
Co-authored-by: Copilot <[email protected]>
1 parent 16a5fbf commit 0b40921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/tailormap/api/controller/AttachmentsControllerIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ void getAttachment(String url) throws Exception {
179179
mockMvc.perform(get(attachmentUrl)
180180
.with(setServletPath(attachmentUrl))
181181
.accept(MediaType.APPLICATION_OCTET_STREAM))
182-
.andDo(print())
183182
.andExpect(status().isOk())
184183
.andExpect(content().contentType("image/svg+xml"))
185184
.andExpect(header().string("Content-Type", "image/svg+xml"))

0 commit comments

Comments
 (0)