From: Yann Ylavic Date: Thu, 16 Dec 2021 11:23:41 +0000 (+0000) Subject: test: fully qualified URIs should work through reverse proxy too. X-Git-Tag: 2.5.0-alpha2-ci-test-only~633 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c05638b072a3575e5ff1bd297f37402df523b15b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/test/modules/proxy/test_01_http.py b/test/modules/proxy/test_01_http.py index c0f590a537a..cdb98b0997c 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"], ])