Merge branch 'develop' into gun
[akkoma] / test / web / mastodon_api / views / notification_view_test.exs
index 57e4c8f1e90b08adf0ff84b2dfb2407c6257caa5..ac3e126179fae9fc1b3a1883e16755df672de02a 100644 (file)
@@ -133,7 +133,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),