aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tools/console/test_commander.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/tools/console/test_commander.py')
-rw-r--r--test/mitmproxy/tools/console/test_commander.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/tools/console/test_commander.py b/test/mitmproxy/tools/console/test_commander.py
index 6b42de76..060e4b9b 100644
--- a/test/mitmproxy/tools/console/test_commander.py
+++ b/test/mitmproxy/tools/console/test_commander.py
@@ -269,7 +269,7 @@ class TestCommandBuffer:
cb.text = "foo"
assert cb.render()
- cb.text = 'set view_filter=~bq test'
+ cb.text = 'set view_filter ~bq test'
ret = cb.render()
assert ret[0] == ('commander_command', 'set')
assert ret[1] == ('text', ' ')