Set correct values in the MastoAPI reblog status view
[akkoma] / test / web / mastodon_api / scheduled_activity_view_test.exs
index 26747a0c0f1752bbfc68be80a7c206eb788f5792..ecbb855d4ebaa92fe33662863f9b82f3cf2e0df6 100644 (file)
@@ -52,7 +52,7 @@ defmodule Pleroma.Web.MastodonAPI.ScheduledActivityViewTest do
         |> Enum.map(&StatusView.render("attachment.json", %{attachment: &1})),
       params: %{
         in_reply_to_id: to_string(activity.id),
-        media_ids: [to_string(upload.id)],
+        media_ids: [upload.id],
         poll: nil,
         scheduled_at: nil,
         sensitive: true,