From 39d41e02dca2139d0bbd88165affd818c9c82fb6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 7 Dec 2020 18:10:36 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../clusters/applications/check_prometheus_health_worker_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/workers/clusters') diff --git a/spec/workers/clusters/applications/check_prometheus_health_worker_spec.rb b/spec/workers/clusters/applications/check_prometheus_health_worker_spec.rb index 5a37031a55a..fb779bf3b01 100644 --- a/spec/workers/clusters/applications/check_prometheus_health_worker_spec.rb +++ b/spec/workers/clusters/applications/check_prometheus_health_worker_spec.rb @@ -8,7 +8,7 @@ RSpec.describe Clusters::Applications::CheckPrometheusHealthWorker, '#perform' d it 'triggers health service' do cluster = create(:cluster) allow(Gitlab::Monitor::DemoProjects).to receive(:primary_keys) - allow(Clusters::Cluster).to receive_message_chain(:with_application_prometheus, :with_project_alert_service_data).and_return([cluster]) + allow(Clusters::Cluster).to receive_message_chain(:with_application_prometheus, :with_project_http_integrations).and_return([cluster]) service_instance = instance_double(Clusters::Applications::PrometheusHealthCheckService) expect(Clusters::Applications::PrometheusHealthCheckService).to receive(:new).with(cluster).and_return(service_instance) -- cgit v1.2.3