summaryrefslogtreecommitdiff
path: root/spec/features/projects/services/prometheus_external_alerts_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/services/prometheus_external_alerts_spec.rb')
-rw-r--r--spec/features/projects/services/prometheus_external_alerts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/services/prometheus_external_alerts_spec.rb b/spec/features/projects/services/prometheus_external_alerts_spec.rb
index 4c32905a8c5..c2ae72ddb5e 100644
--- a/spec/features/projects/services/prometheus_external_alerts_spec.rb
+++ b/spec/features/projects/services/prometheus_external_alerts_spec.rb
@@ -10,7 +10,7 @@ RSpec.describe 'Prometheus external alerts', :js do
context 'with manual configuration' do
before do
- create(:prometheus_service, project: project, api_url: 'http://prometheus.example.com', manual_configuration: '1', active: true)
+ create(:prometheus_integration, project: project, api_url: 'http://prometheus.example.com', manual_configuration: '1', active: true)
end
it 'shows the Alerts section' do