Commit 928c4807 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch...

Merge branch '10525-broken-ee-master-in-ee-spec-services-projects-prometheus-alerts-notify_service_spec-rb' into 'master'

Fix broken master for ee/spec/services/projects/prometheus/alerts/notify_service_spec.rb

Closes #10525

See merge request gitlab-org/gitlab-ee!10305
parents e6e2c4ef 1e08058f
......@@ -29,10 +29,10 @@ describe Projects::Prometheus::Alerts::NotifyService do
end
end
shared_examples 'processes incident issues', :sidekiq do |amount|
shared_examples 'processes incident issues' do |amount|
let(:create_incident_service) { spy }
it 'processes issues' do
it 'processes issues', :sidekiq do
expect(IncidentManagement::ProcessAlertWorker)
.to receive(:perform_async)
.with(project.id, kind_of(Hash))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment