mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
fix tests
This commit is contained in:
parent
74aff39b28
commit
f2ad047966
@ -15,6 +15,8 @@ def test_load_scripts():
|
||||
f += " -"
|
||||
if "iframe_injector" in f:
|
||||
f += " foo" # one argument required
|
||||
if "filt" in f:
|
||||
f += " ~a"
|
||||
if "modify_response_body" in f:
|
||||
f += " foo bar" # two arguments required
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user