move to 2.5.5
[anni] / test / pleroma / web / mastodon_api / views / scheduled_activity_view_test.exs
old mode 100644 (file)
new mode 100755 (executable)
index e5e510d..07a65a3
@@ -48,7 +48,7 @@ defmodule Pleroma.Web.MastodonAPI.ScheduledActivityViewTest do
       id: to_string(scheduled_activity.id),
       media_attachments:
         %{media_ids: [upload.id]}
-        |> Utils.attachments_from_ids()
+        |> Utils.attachments_from_ids(user)
         |> Enum.map(&StatusView.render("attachment.json", %{attachment: &1})),
       params: %{
         in_reply_to_id: to_string(activity.id),