summaryrefslogtreecommitdiff
path: root/spec/services/alert_management
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 18:10:10 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 18:10:10 +0000
commitd755061465c24de58568183df5e7b826e934ae5d (patch)
treeb378078e37c3ae384ea7e3b7ca91398754fd7fac /spec/services/alert_management
parent6364c14cc1f445d471bca118dca5af5a85b2c5dc (diff)
downloadgitlab-ce-d755061465c24de58568183df5e7b826e934ae5d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/services/alert_management')
-rw-r--r--spec/services/alert_management/process_prometheus_alert_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/alert_management/process_prometheus_alert_service_spec.rb b/spec/services/alert_management/process_prometheus_alert_service_spec.rb
index 2f920de7fc7..8f81c1967d5 100644
--- a/spec/services/alert_management/process_prometheus_alert_service_spec.rb
+++ b/spec/services/alert_management/process_prometheus_alert_service_spec.rb
@@ -10,7 +10,7 @@ RSpec.describe AlertManagement::ProcessPrometheusAlertService do
end
describe '#execute' do
- let(:service) { described_class.new(project, nil, payload) }
+ let(:service) { described_class.new(project, payload) }
let(:auto_close_incident) { true }
let(:create_issue) { true }
let(:send_email) { true }