Skip to content

Commit

Permalink
Issue #5233 - correcting NCSARequestLogTest expectation on unsupporte…
Browse files Browse the repository at this point in the history
…d version

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Sep 8, 2020
1 parent b2e0f69 commit 56b1d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void testBadVersion(String logType) throws Exception
_connector.getResponse("METHOD /foo HTTP/9\n\n");
String log = _entries.poll(5, TimeUnit.SECONDS);
assertThat(log, containsString("\"- - -\""));
assertThat(log, containsString(" 400 "));
assertThat(log, containsString(" 505 "));
}

@ParameterizedTest()
Expand Down

0 comments on commit 56b1d17

Please sign in to comment.