diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-11-27 00:25:24 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-04-05 19:19:12 +0200 |
commit | 53193b84b1d07c9fd3c6b80c04e3eada4fb4cd59 (patch) | |
tree | a65ed713199143cff7a97d524e66c8195cd99594 /test | |
parent | 0b88accae632e371becacb16be4e8798aa80c705 (diff) | |
download | pleroma-53193b84b1d07c9fd3c6b80c04e3eada4fb4cd59.tar.gz |
utils: Fix maybe_splice_recipient when "object" isn’t a map
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/activity_pub/activity_pub_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs index f6ea9e2ca..f3ce703e2 100644 --- a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs +++ b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs @@ -1003,7 +1003,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do "actor" => remote_actor, "content" => "test report", "id" => "https://#{remote_domain}/e3b12fd1-948c-446e-b93b-a5e67edbe1d8", - "nickname" => reported_user.nickname, "object" => [ reported_user.ap_id, note.data["object"] |