Commit bea67568 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflicts in spec/requests/api/commits_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 8e08fa85
...@@ -279,7 +279,6 @@ describe API::Commits do ...@@ -279,7 +279,6 @@ describe API::Commits do
expect(json_response['committer_email']).to eq(user.email) expect(json_response['committer_email']).to eq(user.email)
end end
<<<<<<< HEAD
it 'does not call the metrics using access token authentication' do it 'does not call the metrics using access token authentication' do
stub_licensed_features(ide: true) stub_licensed_features(ide: true)
...@@ -288,8 +287,6 @@ describe API::Commits do ...@@ -288,8 +287,6 @@ describe API::Commits do
expect_any_instance_of(::Gitlab::Metrics::MultiFileEditor).not_to receive(:record) expect_any_instance_of(::Gitlab::Metrics::MultiFileEditor).not_to receive(:record)
end end
=======
>>>>>>> upstream/master
it 'returns a 400 bad request if file exists' do it 'returns a 400 bad request if file exists' do
post api(url, user), invalid_c_params post api(url, user), invalid_c_params
......
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