Merge branch 'features/glitch-soc-frontend' into 'develop'
[akkoma] / test / web / mastodon_api / status_view_test.exs
index f054ded1c600dc883109d6ee3c5f08ce672bdfdc..c6a5783c6a4cae3e983c5e885a19927c48ebf2be 100644 (file)
@@ -84,6 +84,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
       account: AccountView.render("account.json", %{user: user}),
       in_reply_to_id: nil,
       in_reply_to_account_id: nil,
+      card: nil,
       reblog: nil,
       content: HtmlSanitizeEx.basic_html(note.data["object"]["content"]),
       created_at: created_at,