Introduce new ingestion pipeline structure, implement internal Likes with it.
[akkoma] / test / tasks / database_test.exs
index b63dcac002e5cfce7c045e5cd64231f5dce3f594..c0a31386394e84f06ab2441294c0d468f99b7fab 100644 (file)
@@ -102,7 +102,7 @@ defmodule Mix.Tasks.Pleroma.DatabaseTest do
       {:ok, %{id: id, object: object}} = CommonAPI.post(user, %{"status" => "test"})
       {:ok, %{object: object2}} = CommonAPI.post(user, %{"status" => "test test"})
 
-      CommonAPI.favorite(id, user2)
+      CommonAPI.favorite(user2, id)
 
       likes = %{
         "first" =>