summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/utils_test.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-08-05 13:08:31 -0500
committerAlex Gleason <alex@alexgleason.me>2020-08-05 13:08:31 -0500
commitcc196e2cd57966889021342405ebc8fd0763e83a (patch)
tree232051460624a0fd0720ed04cc5512208ce1989b /test/web/activity_pub/utils_test.exs
parentad9c925efb77287316f5dbac26f6a1b16662910a (diff)
parent7755f49e281e4990db5317b33d6b8e0d12982e0c (diff)
downloadpleroma-cc196e2cd57966889021342405ebc8fd0763e83a.tar.gz
pleroma-cc196e2cd57966889021342405ebc8fd0763e83a.zip
Merge remote-tracking branch 'upstream/develop' into restrict-domain
Diffstat (limited to 'test/web/activity_pub/utils_test.exs')
-rw-r--r--test/web/activity_pub/utils_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/activity_pub/utils_test.exs b/test/web/activity_pub/utils_test.exs
index 361dc5a41..d50213545 100644
--- a/test/web/activity_pub/utils_test.exs
+++ b/test/web/activity_pub/utils_test.exs
@@ -482,7 +482,8 @@ defmodule Pleroma.Web.ActivityPub.UtilsTest do
"id" => activity_ap_id,
"content" => content,
"published" => activity.object.data["published"],
- "actor" => AccountView.render("show.json", %{user: target_account})
+ "actor" =>
+ AccountView.render("show.json", %{user: target_account, skip_visibility_check: true})
}
assert %{