Commit 21f8ed49 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '9234-fix-test-not-found-page' into 'master'

Now we're correctly rendering 404 page

Closes #9234

See merge request gitlab-org/gitlab-ee!9184
parents 1b35c4a6 a1e15df1
......@@ -89,7 +89,7 @@ describe Projects::Security::DashboardController do
show_security_dashboard guest
expect(response).to have_gitlab_http_status(404)
expect(response).to render_template('errors/access_denied')
expect(response).to render_template('errors/not_found')
end
end
end
......
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