Merge branch 'develop' into refactor/notification_settings
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index 17f035add993fa88603a8846cacf621b4aa62de2..a83bf90a31cdc57ee0612d515dfe07edeb86a57e 100644 (file)
@@ -119,11 +119,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     user = insert(:user)
 
     notification_settings = %{
-      followers: true,
-      follows: true,
-      non_followers: true,
-      non_follows: true,
-      privacy_option: false
+      block_from_strangers: false,
+      hide_notification_contents: false
     }
 
     privacy = user.default_scope