Commit df1fa3b9 authored by Gilbert Roulot's avatar Gilbert Roulot

Fix test title

The dashboard with new report syntax does work, and the title needed to
be updated.
parent 9f05c6ac
......@@ -43,7 +43,7 @@ describe Projects::Security::DashboardController do
create(:ee_ci_build, :sast, pipeline: pipeline)
end
it 'renders empty state (not yet supported)' do
it 'returns the latest pipeline with security reports for project' do
show_security_dashboard
expect(response).to have_gitlab_http_status(200)
......
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