Merge remote-tracking branch 'MAIN/develop' into feature/jobs
[akkoma] / test / web / mastodon_api / status_view_test.exs
index ebf6273e8985dd85212cdbc2662f06cf36fbafa9..f957fedac6bd8d1e6bbdd039dc0d8dd1f515a42c 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,