Merge branch 'bugfix/activitypub-reserialization' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index d53e119630610fae1a493634277fb531a92d4774..f8cd68173b2d6ad0384d346b676ae96a896b2c9c 100644 (file)
@@ -61,7 +61,9 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       },
       pleroma: %{
         confirmation_pending: false,
-        tags: []
+        tags: [],
+        is_admin: false,
+        is_moderator: false
       }
     }
 
@@ -102,7 +104,9 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       },
       pleroma: %{
         confirmation_pending: false,
-        tags: []
+        tags: [],
+        is_admin: false,
+        is_moderator: false
       }
     }