actually reblog on the reblog test
authorSadposter <hannah+pleroma@coffee-and-dreams.uk>
Tue, 23 Jul 2019 14:38:19 +0000 (15:38 +0100)
committerSadposter <hannah+pleroma@coffee-and-dreams.uk>
Tue, 23 Jul 2019 14:38:19 +0000 (15:38 +0100)
test/web/mastodon_api/mastodon_api_controller_test.exs

index 28d3f4117ac5f4bd7b1920a53d50ee7c94809bda..bd756c4677c16fb4b84cd8ac90a188559bfaa4da 100644 (file)
@@ -3860,7 +3860,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
 
     test "does not fail on an unauthententicated request", %{conn: conn, activity: activity} do
       other_user = insert(:user)
-      {:ok, _, _} = CommonAPI.favorite(activity.id, other_user)
+      {:ok, _, _} = CommonAPI.repeat(activity.id, other_user)
 
       response =
         conn