Simplify notification filtering settings further
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index 80b1f734c041da92081c3f120fac8ab0911a5ef3..b6d820b3fdf97786dee87101a0e4cba36cef500c 100644 (file)
@@ -96,10 +96,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     user = insert(:user)
 
     notification_settings = %{
-      followers: true,
-      follows: true,
-      non_followers: true,
-      non_follows: true,
+      block_from_strangers: false,
       privacy_option: false
     }