pass user to User.blocks?/2 instead of ap_id
This commit is contained in:
parent
1afd6d37bd
commit
56de0216ae
|
@ -357,7 +357,7 @@ test "it works for incoming blocks" do
|
|||
|
||||
blocker = User.get_by_ap_id(data["actor"])
|
||||
|
||||
assert User.blocks?(blocker, user.ap_id)
|
||||
assert User.blocks?(blocker, user)
|
||||
end
|
||||
|
||||
test "it works for incoming unblocks" do
|
||||
|
|
Loading…
Reference in New Issue