summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-22 20:05:58 -0600
committertusooa <tusooa@kazv.moe>2023-09-13 19:19:03 -0400
commit0d9c443e51c85d9ded3e20954c9620f7a9d2361e (patch)
tree3cfbd7880f7cf812f2212904ae5e3b9cbac05cfb /test
parentce5eb3172321f0ef2ae85d7819b44cc8241a5581 (diff)
downloadpleroma-0d9c443e51c85d9ded3e20954c9620f7a9d2361e.tar.gz
pleroma-0d9c443e51c85d9ded3e20954c9620f7a9d2361e.zip
StatusView: render the whole quoted status
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/mastodon_api/views/status_view_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/mastodon_api/views/status_view_test.exs b/test/pleroma/web/mastodon_api/views/status_view_test.exs
index b93335190..b10b0f0b9 100644
--- a/test/pleroma/web/mastodon_api/views/status_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/status_view_test.exs
@@ -326,6 +326,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
conversation_id: convo_id,
context: object_data["context"],
in_reply_to_account_acct: nil,
+ quote: nil,
content: %{"text/plain" => HTML.strip_tags(object_data["content"])},
spoiler_text: %{"text/plain" => HTML.strip_tags(object_data["summary"])},
expires_at: nil,