Skip to content

Commit

Permalink
update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Apr 7, 2024
1 parent dc63c59 commit 4b1a3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ void ragWithSimpleStore() {
.then()
.statusCode(HttpStatus.SC_OK)
.contentType(ContentType.JSON)
.body("answer", containsString("American cuisine is \"Regina Caterers\" with a grade of A"));
.body("answer", containsString("American cuisine is \"Regina Caterers\""));
}
}

0 comments on commit 4b1a3c6

Please sign in to comment.