summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/views
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-06 11:27:06 +0200
committerlain <lain@soykaf.club>2020-07-06 11:27:06 +0200
commit74b88c0a8bb12c3d534c826d6d1547bc40fff634 (patch)
tree7764900ac5be30ccc40e6d18e5fe9989c880721c /test/web/mastodon_api/views
parentef4c16f6f19c0544ed22972c78195547b4cf3f5d (diff)
parent69f0b286f7b3e0518ac7ae54dfb06539dc179698 (diff)
downloadpleroma-74b88c0a8bb12c3d534c826d6d1547bc40fff634.tar.gz
pleroma-74b88c0a8bb12c3d534c826d6d1547bc40fff634.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into chat-federation-information
Diffstat (limited to 'test/web/mastodon_api/views')
-rw-r--r--test/web/mastodon_api/views/status_view_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/views/status_view_test.exs b/test/web/mastodon_api/views/status_view_test.exs
index f90a0c273..fa26b3129 100644
--- a/test/web/mastodon_api/views/status_view_test.exs
+++ b/test/web/mastodon_api/views/status_view_test.exs
@@ -183,6 +183,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
card: nil,
reblog: nil,
content: HTML.filter_tags(object_data["content"]),
+ text: nil,
created_at: created_at,
reblogs_count: 0,
replies_count: 0,