From: Rainer Jung Date: Wed, 17 Jul 2024 18:37:41 +0000 (+0000) Subject: Fix copy and paste typo in comment X-Git-Tag: 2.4.63-candidate~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806a335062f1aa75ba1a5aba3c88fff9a367e6e6;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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)