Commit 7465c61d authored by Rémy Coutable's avatar Rémy Coutable

[EE] Reduce diff with CE in spec/models/ci/bridge_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4e6a4d3d
......@@ -7,7 +7,7 @@ describe Ci::Bridge do
set(:pipeline) { create(:ci_pipeline, project: project) }
let(:bridge) do
create(:ci_bridge, status: :success, pipeline: pipeline)
create(:ci_bridge, pipeline: pipeline)
end
describe '#tags' do
......
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