Skip to content

Commit

Permalink
add assertion to IntegrationTest (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Aug 8, 2023
1 parent 0c3861e commit 202b56a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ void zuulWillRetryHttpGetWhenOriginReturns500(final String description, final Ok
Response response = okHttp.newCall(request).execute();
assertThat(response.code()).isEqualTo(500);
assertThat(response.body().string()).isEqualTo("");
verify(2, getRequestedFor(anyUrl()));
}

@ParameterizedTest
Expand Down

0 comments on commit 202b56a

Please sign in to comment.