Ensure unique values in fabricators (#29515)
This commit is contained in:
parent
6f8ec6d7f8
commit
98ef38e34e
4 changed files with 6 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue