Merge branch 'feature/split-hide-network' into 'develop'
[akkoma] / test / web / mastodon_api / status_view_test.exs
index ebf6273e8985dd85212cdbc2662f06cf36fbafa9..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,
@@ -91,6 +92,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
       replies_count: 0,
       favourites_count: 0,
       reblogged: false,
+      bookmarked: false,
       favourited: false,
       muted: false,
       pinned: false,