Skip to content

Commit

Permalink
edit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusKhooLK committed May 24, 2022
1 parent 73480ee commit c779dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void test2_shouldPostCreateRecipeForm() {
try {
String payload = resp.getContentAsString();
assertNotNull(payload);
assertTrue(payload.contains("Recipe create successfully!"));
assertTrue(payload.contains("Recipe created successfully!"));
} catch (Exception ex) {
fail("cannot retrieve response payload", ex);
return;
Expand Down

0 comments on commit c779dc0

Please sign in to comment.