Commit 289b7806 authored by Robert Speicher's avatar Robert Speicher

Merge branch '210537-move-alerts-controller-to-core' into 'master'

Move AlertsController to Core

Closes #210537

See merge request gitlab-org/gitlab!28091
parents e2705571 a475fa89
......@@ -9,7 +9,6 @@ describe Projects::Prometheus::AlertsController do
let_it_be(:metric) { create(:prometheus_metric, project: project) }
before do
stub_licensed_features(prometheus_alerts: true)
project.add_maintainer(user)
sign_in(user)
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