Commit 8988c874 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix remaining test offenses

parent 6e64d1ac
......@@ -408,7 +408,7 @@ describe Project, models: true do
it { is_expected.to eq(pipeline) }
context 'return latest' do
let(:pipeline2) { create :pipeline, project: project, ref: 'master' }
let(:pipeline2) { create :ci_pipeline, project: project, ref: 'master' }
before do
pipeline
......
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