From a196493a7a43ae45c4f6164b63513e670906acba Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 21 Dec 2016 23:13:53 +0100 Subject: remove output of webmaster during tests --- test/mitmproxy/test_web_app.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3