Skip to content

Commit

Permalink
[SHIBUI-925]
Browse files Browse the repository at this point in the history
Updated a test to reflect the change in error messaging.
  • Loading branch information
Bill Smith committed Dec 6, 2018
1 parent ec421c7 commit 3590d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class EntityDescriptorControllerTests extends Specification {
then:
result.andExpect(status().isConflict())
.andExpect(content().string("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.\"}"))
}
def "POST /EntityDescriptor handles x-www-form-urlencoded happily"() {
Expand Down

0 comments on commit 3590d8d

Please sign in to comment.