CE-EE parity for spec/lib/gitlab/ci/pipeline/chain/populate_spec.rb
This commit is contained in:
parent
ab7bd6dc30
commit
5679beb228
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue