aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/test_web_app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/test_web_app.py b/test/mitmproxy/test_web_app.py
index 6cf6ce26..8c15968b 100644
--- a/test/mitmproxy/test_web_app.py
+++ b/test/mitmproxy/test_web_app.py
@@ -20,6 +20,7 @@ class TestApp(tornado.testing.AsyncHTTPTestCase):
def get_app(self):
o = options.Options()
m = webmaster.WebMaster(o, proxy.DummyServer())
+ m.addons.remove(m.addons.get('termlog'))
f = tflow.tflow(resp=True)
f.id = "42"
m.view.add(f)