aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/addons/test_save.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/addons/test_save.py')
-rw-r--r--test/mitmproxy/addons/test_save.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_save.py b/test/mitmproxy/addons/test_save.py
index 4aa1f648..6727a96f 100644
--- a/test/mitmproxy/addons/test_save.py
+++ b/test/mitmproxy/addons/test_save.py
@@ -73,7 +73,7 @@ def test_save_command(tmpdir):
v = view.View()
tctx.master.addons.add(v)
tctx.master.addons.add(sa)
- tctx.master.commands.call_strings("save.file", ["@shown", p])
+ tctx.master.commands.execute("save.file @shown %s" % p)
def test_simple(tmpdir):