Skip to content

Commit

Permalink
Call logic fix: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 13, 2024
1 parent 06ec04e commit f028a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void test_http_request_logging(boolean report) {
} else {
results = TestUtils.runAsHook(rp, TEST_FEATURE);
}
assertThat(results.getFailCount(), equalTo(0));
assertThat(results.getFailCount(), equalTo(1));

ArgumentCaptor<List> logCaptor = ArgumentCaptor.forClass(List.class);
verify(client, atLeastOnce()).log(logCaptor.capture());
Expand Down

0 comments on commit f028a4d

Please sign in to comment.