Commit fa8db7a4 authored by Robert Speicher's avatar Robert Speicher

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

parent 5151cb82
......@@ -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