add `pinned` property to `StatusView`
[akkoma] / test / web / mastodon_api / status_view_test.exs
index b953ccd76989bd96e1a99220a2020444ad755d4e..1076b500252455068be3f2036d7ae5ffccc7743c 100644 (file)
@@ -63,6 +63,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
       reblogged: false,
       favourited: false,
       muted: false,
+      pinned: false,
       sensitive: false,
       spoiler_text: note.data["object"]["summary"],
       visibility: "public",