Merge remote-tracking branch 'remotes/origin/develop' into 1364-notifications-sending...
[akkoma] / test / web / mastodon_api / views / notification_view_test.exs
index 4df9c3c036c61bc752edf11d8b4422f083d533f0..d04c3022f753f700e9ea775b873797942976d8e8 100644 (file)
@@ -120,7 +120,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationViewTest do
     old_user = refresh_record(old_user)
     new_user = refresh_record(new_user)
 
-    [notification] = Notification.for_user(follower, %{with_move: true})
+    [notification] = Notification.for_user(follower)
 
     expected = %{
       id: to_string(notification.id),