Skip to content

Commit

Permalink
[SHIBUI-522]
Browse files Browse the repository at this point in the history
Removed a print that was left in by accident.
  • Loading branch information
Bill Smith committed Jun 13, 2018
1 parent b2c0631 commit 952134a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class MetadataFiltersControllerTests extends Specification {
result.andExpect(expectedHttpResponseStatus)
.andExpect(content().contentType(expectedResponseContentType))
.andExpect(content().json(mapper.writeValueAsString(expectedFilter)))
.andDo(MockMvcResultHandlers.print())
}

def "FilterController.create creates the desired filter"() {
Expand Down

0 comments on commit 952134a

Please sign in to comment.