From 0739f61fedb67e20b88e5a857037a2166647a424 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 24 Aug 2024 20:07:19 +0200 Subject: [PATCH] Fix noslash test --- lib/curl_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/curl_tests.py b/lib/curl_tests.py index 8f7138b..2ac8ca9 100644 --- a/lib/curl_tests.py +++ b/lib/curl_tests.py @@ -153,7 +153,7 @@ def run(tests): if full_params["path"] == "/": full_params["path"] = "" results[name + "_noslash"] = test(**full_params) - display_result(results[name]) + display_result(results[name + "_noslash"]) return results