Merge branch 'account-subscriptions' into 'develop'
[akkoma] / test / pleroma / web / mastodon_api / views / account_view_test.exs
index 9af5887780baf0129d9d166d72da981484eb2b53..a37169bf9d802513562f53b3b2d9ef4ec95ee86e 100644 (file)
@@ -270,6 +270,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       muting: false,
       muting_notifications: false,
       subscribing: false,
+      notifying: false,
       requested: false,
       domain_blocking: false,
       showing_reblogs: true,
@@ -295,6 +296,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
             muting: true,
             muting_notifications: true,
             subscribing: true,
+            notifying: true,
             showing_reblogs: false,
             id: to_string(other_user.id)
           }