summaryrefslogtreecommitdiffstats
path: root/test/modules/http2/test_102_require.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/http2/test_102_require.py')
-rw-r--r--test/modules/http2/test_102_require.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/modules/http2/test_102_require.py b/test/modules/http2/test_102_require.py
index b7e4eae..4b0cad5 100644
--- a/test/modules/http2/test_102_require.py
+++ b/test/modules/http2/test_102_require.py
@@ -39,3 +39,9 @@ class TestRequire:
assert 0 == r.exit_code
assert r.response
assert 403 == r.response["status"]
+ #
+ env.httpd_error_log.ignore_recent(
+ lognos = [
+ "AH01630" # client denied by server configuration
+ ]
+ )