aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-02-24 19:09:32 +1300
committerAldo Cortesi <aldo@nullcube.com>2018-02-24 19:09:32 +1300
commit59db25bd0ff2faaab7ba982cf51d472e108612f6 (patch)
tree8ff918b3d27fb1e6ef30caa1baafaf8e814a956f /test
parentf49aae312fb0df3c4dd484c6790c8a558fe540e8 (diff)
downloadmitmproxy-59db25bd0ff2faaab7ba982cf51d472e108612f6.tar.gz
mitmproxy-59db25bd0ff2faaab7ba982cf51d472e108612f6.tar.bz2
mitmproxy-59db25bd0ff2faaab7ba982cf51d472e108612f6.zip
Split default_contentview into dumper_* and console_* varieties
Then move the new options into their respective addons. This was a shared option, and things are much much simpler if it isn't.
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/tools/console/test_statusbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/tools/console/test_statusbar.py b/test/mitmproxy/tools/console/test_statusbar.py
index ac17c5c0..db8a63a7 100644
--- a/test/mitmproxy/tools/console/test_statusbar.py
+++ b/test/mitmproxy/tools/console/test_statusbar.py
@@ -14,7 +14,7 @@ def test_statusbar(monkeypatch):
view_filter="~dst example.com",
stickycookie="~dst example.com",
stickyauth="~dst example.com",
- default_contentview="javascript",
+ console_default_contentview="javascript",
anticache=True,
anticomp=True,
showhost=True,