mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00: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
|