Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 13, 2024
1 parent 7db18bc commit 15dee0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ public void restGetShouldHandleIOException() throws IOException {

Object result = restGet.apply(Collections.singletonList("http://www.host.com:8080/some/uri"), context);
assertNull(result);
restGet.close();
}

@Test
Expand Down

0 comments on commit 15dee0c

Please sign in to comment.