summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-06-10 09:06:26 +0000
committerStefan Eissing <icing@apache.org>2022-06-10 09:06:26 +0000
commit81e84745ffb48bb5dd8a206cd1ad9abd19fcb5e7 (patch)
tree5cf94ff1a2667e06082855cd4e224c0a646653d4 /test
parent8b800c1457aee40d871e07470c1a962bf3e25de3 (diff)
downloadhttpd-81e84745ffb48bb5dd8a206cd1ad9abd19fcb5e7.tar.gz
*) test/modules/tls: remove some duplicate parameters for
test_15_proxy_tls_h2_vars. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/modules/tls/test_15_proxy_tls.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/modules/tls/test_15_proxy_tls.py b/test/modules/tls/test_15_proxy_tls.py
index efc270173e..918d6a4907 100644
--- a/test/modules/tls/test_15_proxy_tls.py
+++ b/test/modules/tls/test_15_proxy_tls.py
@@ -76,9 +76,6 @@ class TestProxyTLS:
@pytest.mark.parametrize("name, value", [
("SERVER_NAME", "b.mod-tls.test"),
- ("SERVER_NAME", "b.mod-tls.test"),
- ("SERVER_NAME", "b.mod-tls.test"),
- ("SERVER_NAME", "b.mod-tls.test"),
("SSL_PROTOCOL", "TLSv1.3"),
("SSL_CIPHER", "TLS_CHACHA20_POLY1305_SHA256"),
("SSL_SESSION_RESUMED", "Initial"),