Commit 7f9d234b authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix specs for pipeline access validation chain

parent 7759bb28
...@@ -9,7 +9,9 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Abilities do ...@@ -9,7 +9,9 @@ describe Gitlab::Ci::Pipeline::Chain::Validate::Abilities do
end end
let(:command) do let(:command) do
double('command', project: project, current_user: user) double('command', project: project,
current_user: user,
allow_mirror_update: false)
end end
let(:step) { described_class.new(pipeline, command) } 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