added whitespace around response size; server port number can clash with size

This commit is contained in:
epi
2020-10-30 05:58:17 -05:00
parent 12b46a44e1
commit 6e981e6d3a

View File

@@ -402,7 +402,7 @@ fn scanner_single_request_scan_with_filtered_result() -> Result<(), Box<dyn std:
.and(predicate::str::contains("20"))
.and(predicate::str::contains("ignored"))
.not()
.and(predicate::str::contains("14"))
.and(predicate::str::contains(" 14 "))
.not(),
);