aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/addons/test_save.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-11-21 14:13:08 +0100
committerGitHub <noreply@github.com>2019-11-21 14:13:08 +0100
commit3550bdfe006ba321c706b16f58a6b0d5b4e744b7 (patch)
tree46a1eb299a89866668a85fb2045f616377e538dc /test/mitmproxy/addons/test_save.py
parent3a7ca3e1e7cc4e0d1d8a6702cbf443f7cddaf00f (diff)
parentf7a3e903ac69950ef862757886ed83506b7d1bd9 (diff)
downloadmitmproxy-3550bdfe006ba321c706b16f58a6b0d5b4e744b7.tar.gz
mitmproxy-3550bdfe006ba321c706b16f58a6b0d5b4e744b7.tar.bz2
mitmproxy-3550bdfe006ba321c706b16f58a6b0d5b4e744b7.zip
Merge pull request #3693 from typoon/fix-command-bar-issue-3259
Improve Command Bar UX
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):