[#878] Uncommented test statement.
[akkoma] / test / web / twitter_api / twitter_api_controller_test.exs
index 3760b44b6c2688c67236a3220e0469cd591c43be..7ec0e101d52b4ba771a384f40f3792a6a6a285e1 100644 (file)
@@ -929,7 +929,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
 
     test "with credentials", %{conn: conn, user: current_user} do
       note_activity = insert(:note_activity)
-      object = Object.get_by_ap_id(note_activity.data["object"]["id"])
+      object = Object.normalize(note_activity)
       ActivityPub.like(current_user, object)
 
       conn =