Skip to content

Commit

Permalink
test(snapping): Make the test less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Oct 2, 2023
1 parent 96004c6 commit 24669a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ void testSnappingSuccess(JSONObject body, Boolean emptyResult, Boolean partially
.pathParam("profile", profile)
.body(body.toString())
.when()
.log().all()
.log().ifValidationFails()
.post(getEndPointPath() + "/{profile}/" + endPoint)
.then()
.log().all()
.log().ifValidationFails()
.statusCode(200);

// Check if the response contains the expected keys
Expand Down

0 comments on commit 24669a7

Please sign in to comment.