mirror of https://github.com/mastodon/mastodon
Ensure unique values in fabricators (#29515)
parent
6f8ec6d7f8
commit
98ef38e34e
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:relay) do
|
||||
inbox_url 'https://example.com/inbox'
|
||||
inbox_url { sequence(:inbox_url) { |i| "https://example.com/inboxes/#{i}" } }
|
||||
state :idle
|
||||
end
|
||||
|
Loading…
Reference in New Issue