diff options
| author | Mia Herkt <mia@0x0.st> | 2022-12-13 23:18:40 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-12-13 23:18:40 +0100 |
| commit | 77801efd216e0725e913942d2014f4d5e6600bd5 (patch) | |
| tree | a3880c833190b2652732a1949857049a9a9b8a0b /tests/test_client.py | |
| parent | d5763a985491547a715a006ec3ccdc371c81623d (diff) | |
Fix URL test issue
Diffstat (limited to 'tests/test_client.py')
| -rw-r--r-- | tests/test_client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index 40041ce..0b29e00 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -56,8 +56,6 @@ def test_client(client): ]), (302, [ "E", - "E/test", - "E/test.bin", ]), (404, [ "test.bin", @@ -67,6 +65,8 @@ def test_client(client): "test/test", "test.bin/test.py", "E.bin", + "E/test", + "E/test.bin", ]), (451, [ "Q.truncate", |
