mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 01:48:06 +01:00
ce7c0def88
* Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more
4 lines
100 B
Ruby
4 lines
100 B
Ruby
Fabricator(:follow_request) do
|
|
account
|
|
target_account { Fabricate(:account, locked: true) }
|
|
end
|