summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-12-16 11:23:41 +0000
committerYann Ylavic <ylavic@apache.org>2021-12-16 11:23:41 +0000
commitc05638b072a3575e5ff1bd297f37402df523b15b (patch)
treeafc5a9f102b872d358d31d3b244b907fb0f74e77 /test
parentf42a58f70ba156611b9c7a188e294980c263dd2e (diff)
downloadhttpd-c05638b072a3575e5ff1bd297f37402df523b15b.tar.gz
test: fully qualified URIs should work through reverse proxy too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/modules/proxy/test_01_http.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/modules/proxy/test_01_http.py b/test/modules/proxy/test_01_http.py
index c0f590a537..cdb98b0997 100644
--- a/test/modules/proxy/test_01_http.py
+++ b/test/modules/proxy/test_01_http.py
@@ -48,6 +48,7 @@ class TestProxyHttp:
assert r.json['host'] == seen
@pytest.mark.parametrize(["via", "seen"], [
+ ["reverse", "test1"],
["forward", "test2"],
["mixed", "generic"],
])