mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +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
|