Commit a1294fb5 authored by Peter Leitzen's avatar Peter Leitzen

Fix name in the API error tracking spec

Discovered by @raju249:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24892#note_294794836
parent 046e8f66
...@@ -22,7 +22,7 @@ describe API::ErrorTracking do ...@@ -22,7 +22,7 @@ describe API::ErrorTracking do
end end
shared_examples 'returns 404' do shared_examples 'returns 404' do
it 'returns correct project settings' do it 'returns no project settings' do
make_request make_request
expect(response).to have_gitlab_http_status(:not_found) expect(response).to have_gitlab_http_status(:not_found)
......
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