summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-10-31 17:49:47 +0100
committerRoger Braun <roger@rogerbraun.net>2017-10-31 17:49:47 +0100
commit44295dd49ad004b8c7a289387e913b1234ad1e61 (patch)
tree8bddf644a42d04020370aeb1b2c3af27029d3cfc /test/web/mastodon_api
parent04217f52c92d5a287b317e10be4b42bf74b30e07 (diff)
downloadpleroma-44295dd49ad004b8c7a289387e913b1234ad1e61.tar.gz
pleroma-44295dd49ad004b8c7a289387e913b1234ad1e61.zip
MastoAPI: Include CW.
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/status_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs
index 5aeee98c4..69d86ea82 100644
--- a/test/web/mastodon_api/status_view_test.exs
+++ b/test/web/mastodon_api/status_view_test.exs
@@ -32,7 +32,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
favourited: false,
muted: false,
sensitive: false,
- spoiler_text: "",
+ spoiler_text: note.data["object"]["summary"],
visibility: "public",
media_attachments: [],
mentions: [],