relay test: don't do preloading (since follow objects are activities, it's a mess)

stable
William Pitcock 6 years ago
parent e430a71d37
commit aaec91b9a1

@ -60,7 +60,8 @@ defmodule Mix.Tasks.Pleroma.RelayTest do
ActivityPub.fetch_activities([], %{
"type" => "Undo",
"actor_id" => follower_id,
"limit" => 1
"limit" => 1,
"skip_preload" => true
})
assert undo_activity.data["type"] == "Undo"

Loading…
Cancel
Save