Commit c5903a5b authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch...

Merge branch '8164_add_support_for_report_syntax_to_project_level_security_dashboard_be' into 'master'

Fix test title

Closes #8164

See merge request gitlab-org/gitlab-ee!8610
parents 7460ac5a df1fa3b9
......@@ -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