Commit f9065910 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix cycle analytics test data generation and specs

parent 53353c84
...@@ -78,6 +78,8 @@ module CycleAnalyticsHelpers ...@@ -78,6 +78,8 @@ module CycleAnalyticsHelpers
@dummy_pipeline ||= @dummy_pipeline ||=
Ci::Pipeline.new( Ci::Pipeline.new(
sha: project.repository.commit('master').sha, sha: project.repository.commit('master').sha,
ref: 'master',
source: :push,
project: project) project: project)
end end
......
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