mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
ce7c0def88
* Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more
5 lines
100 B
Ruby
5 lines
100 B
Ruby
Fabricator(:follow_request) do
|
|
account
|
|
target_account { Fabricate(:account, locked: true) }
|
|
end
|