Commit 176e9b87 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Fix spec for the NotifyService

parent 2a388984
...@@ -352,6 +352,8 @@ describe Projects::Prometheus::Alerts::NotifyService do ...@@ -352,6 +352,8 @@ describe Projects::Prometheus::Alerts::NotifyService do
it 'does not process issues' do it 'does not process issues' do
expect(IncidentManagement::ProcessPrometheusAlertWorker) expect(IncidentManagement::ProcessPrometheusAlertWorker)
.not_to receive(:perform_async) .not_to receive(:perform_async)
subject
end end
end end
end end
......
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