Commit a475fa89 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Move AlertsController to Core

parent 20ea35d5
......@@ -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