Simplify notification filtering settings further
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index 57283019458dca5e72f21b00540c5129ebe2ece8..b6d820b3fdf97786dee87101a0e4cba36cef500c 100644 (file)
@@ -96,9 +96,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     user = insert(:user)
 
     notification_settings = %{
-      from_followers: true,
-      from_following: true,
-      from_strangers: true,
+      block_from_strangers: false,
       privacy_option: false
     }