Fix noslash test

This commit is contained in:
Alexandre Aubin 2024-08-24 20:07:19 +02:00
parent 988ec3cf39
commit 0739f61fed

View file

@ -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