Build instead of create

This commit is contained in:
drew cimino 2019-07-16 11:43:08 -04:00
parent 2494110148
commit d589a4e8e1
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ describe Gitlab::Ci::Pipeline::Seed::Build do
using RSpec::Parameterized
let(:pipeline) do
create(:ci_empty_pipeline, ref: 'deploy', tag: false, source: source)
build(:ci_empty_pipeline, ref: 'deploy', tag: false, source: source)
end
context 'matches' do