11557: Merge branch 'master' into 11557-acr-output-col-perms
[arvados.git] / services / nodemanager / tests / test_daemon.py
index 84ede2a3c686163113702e7ec3c6eaf890e25918..04ff9b6d79962922ea8a3327edc726db528b524e 100644 (file)
@@ -365,6 +365,7 @@ class NodeManagerDaemonActorTestCase(testutil.ActorTestMixin,
         with test_status.TestServer() as srv:
             self.assertEqual(0, srv.get_status().get('nodes_unpaired', None))
             self.assertEqual(1, srv.get_status().get('nodes_shutdown', None))
+            self.assertEqual(0, srv.get_status().get('nodes_wish', None))
 
     def test_booted_node_lifecycle(self):
         cloud_node = testutil.cloud_node_mock(6)