# Pastebin e0w8gtT3 @decorators.attr(type='smoke') def test_update_health_monitor(self): hm = self._create_health_monitor(type=self.hm_protocol, delay=3, max_retries=10, timeout=5, pool_id=self.pool.get('id')) max_retries = 1 new_hm = self._update_health_monitor( hm.get('id'), max_retries=max_retries) self.assertEqual(max_retries, new_hm.get('max_retries'))