Commit bb638997 authored by Rémy Coutable's avatar Rémy Coutable

Make the external_audit_event_destination URL unique

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ef6ded68
......@@ -3,6 +3,6 @@
FactoryBot.define do
factory :external_audit_event_destination, class: 'AuditEvents::ExternalAuditEventDestination' do
group
destination_url { FFaker::Internet.http_url }
sequence(:destination_url) { |n| "#{FFaker::Internet.http_url}/#{n}" }
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