Merge branch 'develop' into feature/polls-2-electric-boogalo
[akkoma] / test / web / mastodon_api / account_view_test.exs
index aaf2261bbd2f6f98e76c73fca2edd744a2bbca13..23f25099040eb460bbb11d26038fd2df505cc094 100644 (file)
@@ -78,10 +78,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     user = insert(:user)
 
     notification_settings = %{
-      "remote" => true,
-      "local" => true,
       "followers" => true,
-      "follows" => true
+      "follows" => true,
+      "non_follows" => true,
+      "non_followers" => true
     }
 
     privacy = user.info.default_scope