summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_client.py4
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",