diff options
author | Yann Ylavic <ylavic@apache.org> | 2021-12-16 12:23:41 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2021-12-16 12:23:41 +0100 |
commit | c05638b072a3575e5ff1bd297f37402df523b15b (patch) | |
tree | afc5a9f102b872d358d31d3b244b907fb0f74e77 /test/modules | |
parent | *) test: modules/proxy, make uds faker a daemon thread, so it does not (diff) | |
download | apache2-c05638b072a3575e5ff1bd297f37402df523b15b.tar.xz apache2-c05638b072a3575e5ff1bd297f37402df523b15b.zip |
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/modules')
-rw-r--r-- | test/modules/proxy/test_01_http.py | 1 |
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"], ]) |