Fix cycle analytics test data generation and specs
This commit is contained in:
parent
53353c849d
commit
f906591094
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ module CycleAnalyticsHelpers
|
|||
@dummy_pipeline ||=
|
||||
Ci::Pipeline.new(
|
||||
sha: project.repository.commit('master').sha,
|
||||
ref: 'master',
|
||||
source: :push,
|
||||
project: project)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue