]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
test: fully qualified URIs should work through reverse proxy too.
authorYann Ylavic <ylavic@apache.org>
Thu, 16 Dec 2021 11:23:41 +0000 (11:23 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 16 Dec 2021 11:23:41 +0000 (11:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896043 13f79535-47bb-0310-9956-ffa450edef68

test/modules/proxy/test_01_http.py

index c0f590a537abae8130e5266db2cf2a6c0a4bbe3b..cdb98b0997c19a18e7b51e769242a343d474e1ca 100644 (file)
@@ -48,6 +48,7 @@ class TestProxyHttp:
         assert r.json['host'] == seen
 
     @pytest.mark.parametrize(["via", "seen"], [
+        ["reverse", "test1"],
         ["forward", "test2"],
         ["mixed", "generic"],
     ])