Commit a1e15df1 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Now we're correctly rendering 404 page

parent c3a95167
......@@ -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