Merge branch 'task-204-on-options-request' into 'develop'
[akkoma] / test / web / mastodon_api / status_view_test.exs
index b3b6c5851874e42b39af642e1f2b1d711d8c99aa..b9c019206c9034c1bf817d87b84194cc0643b65d 100644 (file)
@@ -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,