Fix test
This commit is contained in:
parent
8e94ed2cec
commit
7e3af19222
4 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:friend_domain) do
|
||||
domain 'example.com'
|
||||
inbox_url 'https://example.com/inbox'
|
||||
domain { sequence(:domain) { |i| "info-#{i}.example.com" } }
|
||||
inbox_url { sequence(:inbox_url) { |i| "https://info-#{i}.example.com/inbox" } }
|
||||
active_state :idle
|
||||
passive_state :idle
|
||||
available true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue