Commit d9a2c221 authored by Etienne Baqué's avatar Etienne Baqué

Merge branch 'fix-typo-store-report-service-spec' into 'master'

Fix typo in Security::StoreReportService spec

See merge request gitlab-org/gitlab!57730
parents 02ef45a2 bd0894e5
...@@ -279,7 +279,7 @@ RSpec.describe Security::StoreReportService, '#execute' do ...@@ -279,7 +279,7 @@ RSpec.describe Security::StoreReportService, '#execute' do
end end
context 'vulnerability issue link' do 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 it 'does not insert issue links from the new pipeline' do
expect { subject }.to change { Vulnerabilities::IssueLink.count }.by(0) expect { subject }.to change { Vulnerabilities::IssueLink.count }.by(0)
end 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