Merge branch 'fix/mutes.json-emptyarray' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index 597690bf74913d0f04e811595df3be8c7a7a7ce8..b93418b3fbf0293dfc60602a1aaa38d8f5c933e4 100644 (file)
@@ -28,6 +28,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       avatar_static: "http://localhost:4001/images/avi.png",
       header: "http://localhost:4001/images/banner.png",
       header_static: "http://localhost:4001/images/banner.png",
+      emojis: [],
+      fields: [],
       source: %{
         note: "",
         privacy: "public",
@@ -60,7 +62,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
 
     expected = %{
       id: to_string(other_user.id),
-      following: true,
+      following: false,
       followed_by: false,
       blocking: true,
       muting: false,