Merge branch 'bugfix/tesla-query-params' into 'develop'
[akkoma] / test / web / mastodon_api / status_view_test.exs
index 0af7d86212e72045b4e4ad389b7a5491d2b7d0d7..1076b500252455068be3f2036d7ae5ffccc7743c 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
   use Pleroma.DataCase
 
@@ -59,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",