Commit f6e4df21 authored by Ian Baum's avatar Ian Baum

Resolving conflict in spec/requests/api/jobs_spec.rb

parent c20610f7
......@@ -453,7 +453,6 @@ describe API::Jobs do
end
context 'authorized user' do
<<<<<<< HEAD
context 'when trace is in ObjectStorage' do
let!(:job) { create(:ci_build, :trace_artifact, pipeline: pipeline) }
......@@ -470,8 +469,6 @@ describe API::Jobs do
end
end
=======
>>>>>>> upstream/master
context 'when trace is artifact' do
let(:job) { create(:ci_build, :trace_artifact, pipeline: 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