diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-06-08 17:21:47 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-06-08 17:21:47 +0400 |
| commit | da22119c2ffd14098611b1691dc70110431527b5 (patch) | |
| tree | f1faf8794cc66837b0db813f86666b256e4fa6fb /test/tasks | |
| parent | a7627bdc7ae67a5c103f968eea02d6b1cf1ef8da (diff) | |
| parent | d1924926585a477682b8fcc3176521dacb0766dd (diff) | |
| download | pleroma-da22119c2ffd14098611b1691dc70110431527b5.tar.gz pleroma-da22119c2ffd14098611b1691dc70110431527b5.zip | |
Merge branch 'develop' into global-status-expiration
Diffstat (limited to 'test/tasks')
| -rw-r--r-- | test/tasks/relay_test.exs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/tasks/relay_test.exs b/test/tasks/relay_test.exs index d3d88467d..a8ba0658d 100644 --- a/test/tasks/relay_test.exs +++ b/test/tasks/relay_test.exs @@ -62,10 +62,11 @@ defmodule Mix.Tasks.Pleroma.RelayTest do [undo_activity] = ActivityPub.fetch_activities([], %{ - "type" => "Undo", - "actor_id" => follower_id, - "limit" => 1, - "skip_preload" => true + type: "Undo", + actor_id: follower_id, + limit: 1, + skip_preload: true, + invisible_actors: true }) assert undo_activity.data["type"] == "Undo" |
