diff options
| author | Alex Gleason <alex@alexgleason.me> | 2020-08-07 16:35:15 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2020-08-07 16:35:15 -0500 |
| commit | 1a5a7ba6e8a936d3138ca530d3466111e542aef6 (patch) | |
| tree | c056138ee21661af45d2363ce01282aafffb3fc0 /test/web/activity_pub/utils_test.exs | |
| parent | bd1e2e3a58ebd702306e7a6e2df985ac07e5f7d8 (diff) | |
| parent | 47698fc322da58894dd41c1bfd5ca0376200dc5e (diff) | |
| download | pleroma-1a5a7ba6e8a936d3138ca530d3466111e542aef6.tar.gz pleroma-1a5a7ba6e8a936d3138ca530d3466111e542aef6.zip | |
Merge remote-tracking branch 'upstream/develop' into aliases
Diffstat (limited to 'test/web/activity_pub/utils_test.exs')
| -rw-r--r-- | test/web/activity_pub/utils_test.exs | 3 |
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 %{ |
