test: update mastodon status view tests
authorWilliam Pitcock <nenolod@dereferenced.org>
Sun, 27 Jan 2019 12:21:51 +0000 (12:21 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Mon, 28 Jan 2019 05:53:17 +0000 (05:53 +0000)
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,