Commit 8446d3d3 authored by Stan Hu's avatar Stan Hu

Merge branch 'rf-fix-vulnerabilities-api-spec' into 'master'

Remove flaky assertion

Closes #11476

See merge request gitlab-org/gitlab-ee!12253
parents a5c7c582 602775d4
......@@ -89,7 +89,6 @@ describe API::Vulnerabilities do
expect(response.headers['X-Total']).to eq occurrence_count
expect(json_response.first['name']).to eq 'Probable insecure usage of temp file/directory.'
expect(json_response.first['vulnerability_feedback_dismissal_path']).to be_present
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