Commit 7aa49e4b authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'pl-fix-error-tracking-spec-name' into 'master'

Fix name in the API error tracking spec

See merge request gitlab-org/gitlab!26022
parents f7a1f91e a1294fb5
......@@ -22,7 +22,7 @@ describe API::ErrorTracking do
end
shared_examples 'returns 404' do
it 'returns correct project settings' do
it 'returns no project settings' do
make_request
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