mirror of
https://git.0x0.st/mia/0x0.git
synced 2024-11-09 03:38:59 -05:00
Fix URL test issue
This commit is contained in:
parent
d5763a9854
commit
77801efd21
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue