Skip to content

Commit

Permalink
[#8]
Browse files Browse the repository at this point in the history
update test for new field
  • Loading branch information
jj committed Feb 27, 2019
1 parent 46a291d commit 9c9162d
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 9c9162d

Please sign in to comment.