Merge branch 'bugfix/pleroma-email-naming' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index aa6a1e960b75992a9a4c4cdb66f7179e737eece1..d7487bed902c3f6e9a905466485f9151787a2275 100644 (file)
@@ -156,6 +156,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       blocking: true,
       muting: false,
       muting_notifications: false,
+      subscribing: false,
       requested: false,
       domain_blocking: false,
       showing_reblogs: true,
@@ -212,6 +213,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
           following: false,
           followed_by: false,
           blocking: true,
+          subscribing: false,
           muting: false,
           muting_notifications: false,
           requested: false,