Skip to content

Commit

Permalink
Fixes #7818 - Eliminate noise from test
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Apr 6, 2022
1 parent 625414e commit 25fb766
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -207,7 +207,6 @@ public void onComplete(Request request)
request.setHeader("Connection", "close");

HttpTester.Response response = HttpTester.parseResponse(connector.getResponse(request.toString(), 5, TimeUnit.SECONDS));
System.out.printf("Response: %s%n", response);

assertTrue(latch.await(5, TimeUnit.SECONDS));

Expand Down

0 comments on commit 25fb766

Please sign in to comment.