aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/test_controller.py')
-rw-r--r--test/mitmproxy/test_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/test_controller.py b/test/mitmproxy/test_controller.py
index 4b8656da..83ad428e 100644
--- a/test/mitmproxy/test_controller.py
+++ b/test/mitmproxy/test_controller.py
@@ -18,7 +18,7 @@ class TestMaster(object):
def test_simple(self):
class DummyMaster(controller.Master):
@controller.handler
- def handle_log(self, _):
+ def log(self, _):
m.should_exit.set()
def tick(self, timeout):