Commit acd23dde authored by Stan Hu's avatar Stan Hu

Merge branch 'fix_broken_vulnerabilities_api_spec' into 'master'

Remove spec failing with MySQL

See merge request gitlab-org/gitlab-ee!12442
parents c3e9783d 94114e8d
......@@ -88,8 +88,6 @@ describe API::Vulnerabilities do
expect(response).to have_gitlab_http_status(200)
expect(response.headers['X-Total']).to eq occurrence_count
expect(json_response.first.dig('dismissal_feedback', 'id')).to eq(dismissal.id)
end
it 'returns vulnerabilities with low severity' do
......
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