Commit bd0894e5 authored by Jonathan Schafer's avatar Jonathan Schafer

Fix typo in Security::StoreReportService spec

parent 9f962a44
......@@ -279,7 +279,7 @@ RSpec.describe Security::StoreReportService, '#execute' do
end
context 'vulnerability issue link' do
context 'when there is no assoiciated issue feedback with finding' do
context 'when there is no associated issue feedback with finding' do
it 'does not insert issue links from the new pipeline' do
expect { subject }.to change { Vulnerabilities::IssueLink.count }.by(0)
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