Issue #5233 - correcting NCSARequestLogTest expectation on unsupported version
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
b2e0f69ea8
commit
56b1d17d79
|
@ -303,7 +303,7 @@ public class NcsaRequestLogTest
|
|||
_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()
|
||||
|
|
Loading…
Reference in New Issue