Remove redundant code in AtomSerializer and spec (#3528)
* Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more
This commit is contained in:
parent
dab8fc4584
commit
ce7c0def88
3 changed files with 1488 additions and 139 deletions
|
@ -1,4 +1,4 @@
|
|||
Fabricator(:follow_request) do
|
||||
account
|
||||
target_account { Fabricate(:account) }
|
||||
target_account { Fabricate(:account, locked: true) }
|
||||
end
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue