forked from AkkomaGang/akkoma
relay test: don't do preloading (since follow objects are activities, it's a mess)
This commit is contained in:
parent
e430a71d37
commit
aaec91b9a1
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ test "relay is unfollowed" do
|
|||
ActivityPub.fetch_activities([], %{
|
||||
"type" => "Undo",
|
||||
"actor_id" => follower_id,
|
||||
"limit" => 1
|
||||
"limit" => 1,
|
||||
"skip_preload" => true
|
||||
})
|
||||
|
||||
assert undo_activity.data["type"] == "Undo"
|
||||
|
|
Loading…
Reference in a new issue