Merge branch 'spoopy-user' into 'develop'
[akkoma] / test / web / mastodon_api / views / status_view_test.exs
index 8791d3573cf243f67f4f64612a8e759ebca7eaa0..8703d5ba7689a3cb6fb70c97c2be336715acf61c 100644 (file)
@@ -194,7 +194,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
       id: to_string(note.id),
       uri: object_data["id"],
       url: Pleroma.Web.Router.Helpers.o_status_url(Pleroma.Web.Endpoint, :notice, note),
-      account: AccountView.render("show.json", %{user: user}),
+      account: AccountView.render("show.json", %{user: user, skip_visibility_check: true}),
       in_reply_to_id: nil,
       in_reply_to_account_id: nil,
       card: nil,