Commit aed13663 authored by Stan Hu's avatar Stan Hu

Fix failing spec: ee/spec/controllers/groups/settings/ci_cd_controller_spec.rb

CI/CD group settings can now only be modified by owners per
https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2750/diffs.
parent 1070bfa6
......@@ -7,7 +7,7 @@ describe Groups::Settings::CiCdController do
let(:user) { create(:user) }
before do
group.add_maintainer(user)
group.add_owner(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