summaryrefslogtreecommitdiff
path: root/spec/services/clusters/integrations/prometheus_health_check_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/clusters/integrations/prometheus_health_check_service_spec.rb')
-rw-r--r--spec/services/clusters/integrations/prometheus_health_check_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/clusters/integrations/prometheus_health_check_service_spec.rb b/spec/services/clusters/integrations/prometheus_health_check_service_spec.rb
index 7147f1b9b28..526462931a6 100644
--- a/spec/services/clusters/integrations/prometheus_health_check_service_spec.rb
+++ b/spec/services/clusters/integrations/prometheus_health_check_service_spec.rb
@@ -51,6 +51,7 @@ RSpec.describe Clusters::Integrations::PrometheusHealthCheckService, '#execute'
let(:prometheus_enabled) { false }
it { expect(subject).to eq(nil) }
+
include_examples 'no alert'
end