Skip to content

Commit

Permalink
log req and response
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Mar 28, 2024
1 parent 3d148e6 commit 3a752bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ void testRag() {
.get("/api/ai/chat")
.then()
.statusCode(200)
.body("response", containsString("2007 T20 World Cup and the 2013 ICC Champions Trophy"));
.body("response", containsString("Rohit Sharma"))
.log();
}

@Test
Expand Down

0 comments on commit 3a752bc

Please sign in to comment.