Commit 29c4ecd0 authored by Michał Zając's avatar Michał Zając

Change find_sec_bugs sequence on Scanner factory

parent 3ca91553
......@@ -2,7 +2,7 @@
FactoryBot.define do
sequence(:vulnerability_scanner_external_id) do |n|
"find_sec_bugs ##{n}"
"find_sec_bugs_#{n}"
end
factory :vulnerabilities_scanner, class: 'Vulnerabilities::Scanner' 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