Fix URL test issue

This commit is contained in:
Mia Herkt 2022-12-13 23:18:40 +01:00
parent d5763a9854
commit 77801efd21
Signed by untrusted user: mia
GPG Key ID: 72E154B8622EC191
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,6 @@ def test_client(client):
]), ]),
(302, [ (302, [
"E", "E",
"E/test",
"E/test.bin",
]), ]),
(404, [ (404, [
"test.bin", "test.bin",
@ -67,6 +65,8 @@ def test_client(client):
"test/test", "test/test",
"test.bin/test.py", "test.bin/test.py",
"E.bin", "E.bin",
"E/test",
"E/test.bin",
]), ]),
(451, [ (451, [
"Q.truncate", "Q.truncate",