Skip to content

Commit

Permalink
Merge branch 'bugfix/#8' of bitbucket.org:unicon/shib-idp-ui into bug…
Browse files Browse the repository at this point in the history
…fix/#8
  • Loading branch information
rmathis committed Feb 27, 2019
2 parents b4357e8 + 9c9162d commit c0f64df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ class EntityDescriptorControllerTests extends Specification {
then:
result.andExpect(status().isConflict())
.andExpect(content().string("{\"errorCode\":\"409\",\"errorMessage\":\"The entity descriptor with entity id [http://test.scaldingspoon.org/test1] already exists.\"}"))
.andExpect(content().string("{\"errorCode\":\"409\",\"errorMessage\":\"The entity descriptor with entity id [http://test.scaldingspoon.org/test1] already exists.\",\"cause\":null}"))
}
@Ignore("until we handle the workaround for SHIBUI-1237")
Expand Down

0 comments on commit c0f64df

Please sign in to comment.