You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Fabricator(:account_migration) do
|
|
|
|
account
|
|
|
|
target_account { |attrs| Fabricate(:account, also_known_as: [ActivityPub::TagManager.instance.uri_for(attrs[:account])]) }
|
|
|
|
acct { |attrs| attrs[:target_account].acct }
|
|
|
|
followers_count 1234
|
|
|
|
end
|