mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix noslash test
This commit is contained in:
parent
988ec3cf39
commit
0739f61fed
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def run(tests):
|
||||||
if full_params["path"] == "/":
|
if full_params["path"] == "/":
|
||||||
full_params["path"] = ""
|
full_params["path"] = ""
|
||||||
results[name + "_noslash"] = test(**full_params)
|
results[name + "_noslash"] = test(**full_params)
|
||||||
display_result(results[name])
|
display_result(results[name + "_noslash"])
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue