Commit 06d96858 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'pl-use-example-domain-audit-event-destination' into 'master'

Use static known URL for ExternalAuditEventDestination factory

See merge request gitlab-org/gitlab!76811
parents 06553d98 86fadb17
......@@ -3,6 +3,6 @@
FactoryBot.define do
factory :external_audit_event_destination, class: 'AuditEvents::ExternalAuditEventDestination' do
group
sequence(:destination_url) { |n| "#{FFaker::Internet.http_url}/#{n}" }
sequence(:destination_url) { |n| "http://example.org/#{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