aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py
index a4c5b1fa..f7a49577 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -60,7 +60,7 @@ class TestMaster(controller.Master):
def handle(self, m):
self.log.append(m)
- m.ack()
+ m._ack()
class ProxyThread(threading.Thread):