def test_pauses_services(self):
     self.register_configs.return_value = "test-config"
     actions.pause([])
     self.pause_unit_helper.assert_called_once_with('test-config')
 def test_pauses_services(self):
     actions.pause([])
     self.pause_unit_helper.assert_called_once_with('test-config')
 def test_pauses_services(self):
     actions.pause([])
     self.pause_unit_helper.assert_called_once_with('test-config')