aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_controller.py')
-rw-r--r--test/test_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_controller.py b/test/test_controller.py
index f6d6b5eb..e71a148e 100644
--- a/test/test_controller.py
+++ b/test/test_controller.py
@@ -6,7 +6,7 @@ class TestMaster:
def test_default_handler(self):
m = controller.Master(None)
msg = mock.MagicMock()
- m.handle(msg)
+ m.handle("type", msg)
assert msg.reply.call_count == 1