Merge branch 'split-masto-api/accounts' into 'develop'
[akkoma] / test / web / mastodon_api / views / status_view_test.exs
index 683132f8df5e55e0447072308648cc54e4232d8e..8df23d0a88bbd24a981b1edb9d77a3854fec859f 100644 (file)
@@ -103,7 +103,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("account.json", %{user: user}),
+      account: AccountView.render("show.json", %{user: user}),
       in_reply_to_id: nil,
       in_reply_to_account_id: nil,
       card: nil,