Skip to content

Commit

Permalink
Update ErrorRestIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored Jul 23, 2024
1 parent e3b5b7e commit b4955d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testErrorRest() {
.post("/error")
.then()
.statusCode(201)
.body("workflowdata.numberType", is("odd"));
.body("workflowdata.numberType", is("even"));
given()
.contentType(ContentType.JSON)
.accept(ContentType.JSON)
Expand Down

0 comments on commit b4955d0

Please sign in to comment.