mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Update pyparsing
This commit is contained in:
parent
00d0ee5ad5
commit
d4e6c25d45
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,9 @@
|
||||
import tutils
|
||||
|
||||
|
||||
class TestApp(tutils.DaemonTests):
|
||||
SSL = False
|
||||
|
||||
def test_index(self):
|
||||
r = self.getpath("/")
|
||||
assert r.status_code == 200
|
||||
@ -78,4 +80,3 @@ class TestApp(tutils.DaemonTests):
|
||||
r = self.getpath("/request_preview", params=dict(spec=""))
|
||||
assert r.status_code == 200
|
||||
assert 'empty spec' in r.content
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user