From 806a335062f1aa75ba1a5aba3c88fff9a367e6e6 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Wed, 17 Jul 2024 18:37:41 +0000 Subject: [PATCH] Fix copy and paste typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919318 13f79535-47bb-0310-9956-ffa450edef68 --- test/modules/tls/test_07_alpn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/modules/tls/test_07_alpn.py b/test/modules/tls/test_07_alpn.py index 06aff3caae3..aa449104c52 100644 --- a/test/modules/tls/test_07_alpn.py +++ b/test/modules/tls/test_07_alpn.py @@ -36,7 +36,7 @@ class TestAlpn: assert protocol == "http/1.1", r.stderr def test_tls_07_alpn_get_b(self, env): - # do we see the correct json for the domain_a? + # do we see the correct json for the domain_b? r = env.tls_get(env.domain_b, "/index.json", options=["-vvvvvv"]) assert r.exit_code == 0, r.stderr protocol = self._get_protocol(r.stderr) -- 2.47.2