CE-EE parity for spec/lib/gitlab/ci/pipeline/chain/populate_spec.rb

This commit is contained in:
Robert Speicher 2018-06-18 14:21:37 -05:00
parent ab7bd6dc30
commit 5679beb228
No known key found for this signature in database
GPG key ID: 1D812769A7706642

View file

@ -174,7 +174,7 @@ describe Gitlab::Ci::Pipeline::Chain::Populate do
end end
let(:pipeline) do let(:pipeline) do
build(:ci_pipeline, ref: 'master', config: config) build(:ci_pipeline, ref: 'master', project: project, config: config)
end end
it_behaves_like 'a correct pipeline' it_behaves_like 'a correct pipeline'