Refactor notification settings
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index 487ec26c2e6894b8ebdc89dece74a815c1ebc4a1..2e01689ff01c45c45d1f805b898ceaf5855eb566 100644 (file)
@@ -94,10 +94,9 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     user = insert(:user)
 
     notification_settings = %{
-      followers: true,
-      follows: true,
-      non_followers: true,
-      non_follows: true,
+      from_followers: true,
+      from_following: true,
+      from_strangers: true,
       privacy_option: false
     }