Merge branch 'join-in-preloads' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index a2d3a254750511c023c7ff9bcf7a6ed47064b4e2..d53e119630610fae1a493634277fb531a92d4774 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.AccountViewTest do
   use Pleroma.DataCase
   import Pleroma.Factory
@@ -54,6 +58,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         note: "",
         privacy: "public",
         sensitive: false
+      },
+      pleroma: %{
+        confirmation_pending: false,
+        tags: []
       }
     }
 
@@ -91,6 +99,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         note: "",
         privacy: "public",
         sensitive: false
+      },
+      pleroma: %{
+        confirmation_pending: false,
+        tags: []
       }
     }