Merge branch 'exclude-visibilities-for-like-notifications' into 'develop'
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index ed6f2ecbd7577f70de4c67c074c3d636c43531f1..5e297d1298015fe8a2637512c921d95ba6ede6f6 100644 (file)
@@ -92,13 +92,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
   test "Represent the user account for the account owner" do
     user = insert(:user)
 
-    notification_settings = %{
-      "followers" => true,
-      "follows" => true,
-      "non_follows" => true,
-      "non_followers" => true
-    }
-
+    notification_settings = %Pleroma.User.NotificationSetting{}
     privacy = user.default_scope
 
     assert %{