summaryrefslogtreecommitdiffstats
path: root/test/modules/proxy/test_02_unix.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/proxy/test_02_unix.py')
-rw-r--r--test/modules/proxy/test_02_unix.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/modules/proxy/test_02_unix.py b/test/modules/proxy/test_02_unix.py
index 7f3d4d55b2..0c39bc9c12 100644
--- a/test/modules/proxy/test_02_unix.py
+++ b/test/modules/proxy/test_02_unix.py
@@ -153,6 +153,12 @@ Host: {domain}
r2 = self.parse_response(rlines)
assert r2.response
assert r2.response['status'] == exp_status
+ #
+ env.httpd_error_log.ignore_recent(
+ lognos = [
+ "AH01144" # No protocol handler was valid for the URL
+ ]
+ )
def parse_response(self, lines) -> ExecResult:
exp_body = False