Commit f39dfda4 authored by Terri Chu's avatar Terri Chu

Merge branch '345231-multiple-spec-failures-in-ee-spec-requests-api-graphql-group' into 'master'

Make the external_audit_event_destination URL unique

See merge request gitlab-org/gitlab!74075
parents 82156cbc bb638997
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
FactoryBot.define do FactoryBot.define do
factory :external_audit_event_destination, class: 'AuditEvents::ExternalAuditEventDestination' do factory :external_audit_event_destination, class: 'AuditEvents::ExternalAuditEventDestination' do
group group
destination_url { FFaker::Internet.http_url } sequence(:destination_url) { |n| "#{FFaker::Internet.http_url}/#{n}" }
end end
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