summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-09-20 16:10:46 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-09-20 16:10:46 +0200
commit43d0b7bf7ae0e44366a56a6e0b9172b0caedd14a (patch)
treef5ed02f7e275852d558f4bbc27cdf84b00ce4125 /test
parentc9585ec00760b46f013f36a7f7625ac36471d3e8 (diff)
downloadpleroma-43d0b7bf7ae0e44366a56a6e0b9172b0caedd14a.tar.gz
pleroma-43d0b7bf7ae0e44366a56a6e0b9172b0caedd14a.zip
[Pleroma.Web.MastodonAPI.StatusView] add replies_count
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 b3b6c5851..b9c019206 100644
--- a/test/web/mastodon_api/status_view_test.exs
+++ b/test/web/mastodon_api/status_view_test.exs
@@ -28,6 +28,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
content: HtmlSanitizeEx.basic_html(note.data["object"]["content"]),
created_at: created_at,
reblogs_count: 0,
+ replies_count: 0,
favourites_count: 0,
reblogged: false,
favourited: false,