Commit 602775d4 authored by rossfuhrman's avatar rossfuhrman Committed by Stan Hu

Remove flaky assertion

This assertion is flaky when ran against MySQL
parent a5c7c582
......@@ -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