summaryrefslogtreecommitdiffstats
path: root/test/modules/http2/test_003_get.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/http2/test_003_get.py')
-rw-r--r--test/modules/http2/test_003_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/http2/test_003_get.py b/test/modules/http2/test_003_get.py
index 410097a..572c4fb 100644
--- a/test/modules/http2/test_003_get.py
+++ b/test/modules/http2/test_003_get.py
@@ -194,7 +194,7 @@ content-type: text/html
@pytest.mark.parametrize("path", [
"/004.html", "/proxy/004.html", "/h2proxy/004.html"
])
- def test_h2_003_50(self, env, path):
+ def test_h2_003_50(self, env, path, repeat):
# check that the resource supports ranges and we see its raw content-length
url = env.mkurl("https", "test1", path)
r = env.curl_get(url, 5)