diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-01-27 12:21:51 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-01-28 05:53:17 +0000 |
commit | 364cf5369b711e15b9ec60c768dadc280969a962 (patch) | |
tree | 6430ad421d621e68324610c0d66afcb579b04185 | |
parent | de42646634e65a5216efe2f353352575b97b6390 (diff) | |
download | pleroma-364cf5369b711e15b9ec60c768dadc280969a962.tar.gz |
test: update mastodon status view tests
-rw-r--r-- | test/web/mastodon_api/status_view_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index ebf6273e8..f957fedac 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -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, |