class Mock
        def update_lbaas_healthmonitor(healthmonitor_id, options = {})
          response = Excon::Response.new
          if healthmonitor = list_lbaas_health_monitors.body['healthmonitors'].find { |_| _['id'] == healthmonitor_id }
            healthmonitor['delay']          = options[:delay]