summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-11-11 11:18:05 +0100
committerRoger Braun <roger@rogerbraun.net>2017-11-11 11:18:05 +0100
commita1923d20e850c6b4f187928dd739314df84047b6 (patch)
tree56615b676205671f943b4d068e1515bdef4b62db /test
parentfd12e585c98d4cd2cca45f8ff2c368e80d21e111 (diff)
downloadpleroma-a1923d20e850c6b4f187928dd739314df84047b6.tar.gz
pleroma-a1923d20e850c6b4f187928dd739314df84047b6.zip
MastoAPI: Fix reblog emojis.
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/status_view_test.exs1
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 69d86ea82..601e551a9 100644
--- a/test/web/mastodon_api/status_view_test.exs
+++ b/test/web/mastodon_api/status_view_test.exs
@@ -103,5 +103,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
assert represented[:id] == to_string(reblog.id)
assert represented[:reblog][:id] == to_string(activity.id)
+ assert represented[:emojis] == []
end
end