Merge branch 'feature/cors-again' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index 7d0367d01d8acd0e77a84dacf9cf59071fc4e39f..dc52b92bca4465d8556ab94dc12f70e634086286 100644 (file)
@@ -123,8 +123,11 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       followed_by: false,
       blocking: true,
       muting: false,
+      muting_notifications: false,
       requested: false,
-      domain_blocking: false
+      domain_blocking: false,
+      showing_reblogs: false,
+      endorsed: false
     }
 
     assert expected == AccountView.render("relationship.json", %{user: user, target: other_user})