16535: Use package consts for http methods.
[arvados.git] / services / nodemanager / tests / test_status.py
index 2088a0d5bf2b9d43bac9145a14e5d861c1828034..2a1c0fc58960c8a36a3decde1d0a611643c2c0a8 100644 (file)
@@ -65,7 +65,8 @@ class StatusServerUpdates(unittest.TestCase):
         with TestServer() as srv:
             resp = srv.get_status()
             # Test counters existance
-            for counter in ['cloud_errors', 'boot_failures', 'actor_exceptions']:
+            for counter in ['list_nodes_errors', 'create_node_errors',
+                'destroy_node_errors', 'boot_failures', 'actor_exceptions']:
                 self.assertIn(counter, resp)
             # Test counter increment
             for count in range(1, 3):