Merge branch 'master' into 9998-no-count-items-available
[arvados.git] / services / nodemanager / tests / test_failure.py
index 0a121b63c29642f544d0d3941a02c5ddad61eb77..dea7230dd3abdfc4133841027f8b41370953346f 100644 (file)
@@ -49,7 +49,7 @@ class WatchdogActorTest(unittest.TestCase):
     @mock.patch('os.kill')
     def test_time_timout(self, kill_mock):
         act = BogusActor.start(OSError(errno.ENOENT, ""))
-        watch = arvnodeman.baseactor.WatchdogActor.start(1)
+        watch = arvnodeman.baseactor.WatchdogActor.start(1, act)
         watch.stop(block=True)
         act.stop(block=True)
         self.assertTrue(kill_mock.called)