Skip to content

Commit

Permalink
updated RestE2ETest with missing url
Browse files Browse the repository at this point in the history
  • Loading branch information
molynx committed Oct 8, 2023
1 parent ceb3cbc commit d473948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void createMessagesAndFindAllTest() {
.contentType(ContentType.JSON)
.body(requestJson2)
.when()
.post("/api/message/")
.post("/api/message/schedule")
.then()
.contentType(ContentType.JSON)
.body("messageBody", equalTo("Random message body 2"))
Expand Down

0 comments on commit d473948

Please sign in to comment.