Merge branch 'account-notes' into 'develop'
[akkoma] / test / pleroma / web / mastodon_api / views / account_view_test.exs
index 9af5887780baf0129d9d166d72da981484eb2b53..39b9b0cef5278faaef45f70bd1c08284c3c37766 100644 (file)
@@ -270,10 +270,12 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       muting: false,
       muting_notifications: false,
       subscribing: false,
+      notifying: false,
       requested: false,
       domain_blocking: false,
       showing_reblogs: true,
-      endorsed: false
+      endorsed: false,
+      note: ""
     }
 
     test "represent a relationship for the following and followed user" do
@@ -295,6 +297,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)
           }