Skip to content

Commit

Permalink
Merge branch 'SHIBUI-522' of bitbucket.org:unicon/shib-idp-ui into SH…
Browse files Browse the repository at this point in the history
…IBUI-522
  • Loading branch information
dima767 committed Jun 13, 2018
2 parents 1a4c5d7 + 952134a commit 83f01f8
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 83f01f8

Please sign in to comment.