forked from AkkomaGang/akkoma
Fix test for blocks
This commit is contained in:
parent
a9141d88aa
commit
d46393f6ef
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ test "it works for incoming blocks" do
|
|||
|
||||
assert data["type"] == "Block"
|
||||
assert data["object"] == user.ap_id
|
||||
assert data["actor"] == "https://mastodon.example.org/users/admin"
|
||||
assert data["actor"] == "http://mastodon.example.org/users/admin"
|
||||
|
||||
blocker = User.get_by_ap_id(data["actor"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue