mirror of
https://git.0x0.st/mia/0x0.git
synced 2026-01-09 03:51:54 +03:00
Fix URL test issue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user