Commit 98c44525 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rs-abilities-spec-parity-ee' into 'master'

Bring CE-EE parity to ci/pipeline/chain/validate/abilities_spec.rb

Closes #6072

See merge request gitlab-org/gitlab-ee!6186
parents dcb3c2c9 fa8db7a4
......@@ -10,8 +10,7 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Abilities do
let(:command) do
Gitlab::Ci::Pipeline::Chain::Command.new(
project: project, current_user: user, origin_ref: ref,
allow_mirror_update: false)
project: project, current_user: user, origin_ref: ref)
end
let(:step) { described_class.new(pipeline, command) }
......
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