From aa156cdc5222aa60c32a42396332d12f2289c87d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 21 Apr 2026 23:49:01 +0200 Subject: [PATCH] at least -> higher --- tests/http/test_01_basic.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/http/test_01_basic.py b/tests/http/test_01_basic.py index 86f7ad191f..f171a0a59e 100644 --- a/tests/http/test_01_basic.py +++ b/tests/http/test_01_basic.py @@ -165,7 +165,7 @@ class TestBasic: # http: response headers larger than what curl buffers for @pytest.mark.skipif(condition=not Env.httpd_is_at_least('2.4.64'), - reason='httpd must be at least 2.4.64') + reason='httpd must be 2.4.64 or higher') @pytest.mark.parametrize("proto", Env.http_h1_h2_protos()) def test_01_12_xlarge_resp_headers(self, env: Env, httpd, configures_httpd, proto): httpd.set_extra_config('base', [ @@ -182,7 +182,7 @@ class TestBasic: # http: 1 response header larger than what curl buffers for @pytest.mark.skipif(condition=not Env.httpd_is_at_least('2.4.64'), - reason='httpd must be at least 2.4.64') + reason='httpd must be 2.4.64 or higher') @pytest.mark.parametrize("proto", Env.http_h1_h2_protos()) def test_01_13_megalarge_resp_headers(self, env: Env, httpd, configures_httpd, proto): httpd.set_extra_config('base', [ @@ -202,7 +202,7 @@ class TestBasic: # http: several response headers, together > 256 KB # nghttp2 error -905: Too many CONTINUATION frames following a HEADER frame @pytest.mark.skipif(condition=not Env.httpd_is_at_least('2.4.64'), - reason='httpd must be at least 2.4.64') + reason='httpd must be 2.4.64 or higher') @pytest.mark.parametrize("proto", Env.http_h1_h2_protos()) def test_01_14_gigalarge_resp_headers(self, env: Env, httpd, configures_httpd, proto): httpd.set_extra_config('base', [ @@ -221,7 +221,7 @@ class TestBasic: # http: one response header > 256 KB @pytest.mark.skipif(condition=not Env.httpd_is_at_least('2.4.64'), - reason='httpd must be at least 2.4.64') + reason='httpd must be 2.4.64 or higher') @pytest.mark.parametrize("proto", Env.http_h1_h2_protos()) def test_01_15_gigalarge_resp_headers(self, env: Env, httpd, configures_httpd, proto): httpd.set_extra_config('base', [