Merge develop
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index 9f22f9dcf99e7a2a2445c8739583098cd595d4d1..6e9ab62eed1f1af511ac236cf029a1b702e3de6a 100644 (file)
@@ -276,7 +276,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       {:ok, user} = User.follow(user, other_user)
       {:ok, other_user} = User.follow(other_user, user)
       {:ok, _subscription} = User.subscribe(user, other_user)
-      {:ok, _user_relationships} = User.mute(user, other_user, true)
+      {:ok, _user_relationships} = User.mute(user, other_user, %{notifications: true})
       {:ok, _reblog_mute} = CommonAPI.hide_reblogs(user, other_user)
 
       expected =