Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Jul 25, 2024
1 parent 6655b1e commit 8f9eb79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.QuestionHandlingTest do
})

object = Object.normalize(activity, fetch: false)
{:ok, _, _} = CommonAPI.vote(other_user, object, [1])
{:ok, _, _} = CommonAPI.vote(object, other_user, [1])

{:ok, modified} = Transmogrifier.prepare_outgoing(activity.data)

Expand Down

0 comments on commit 8f9eb79

Please sign in to comment.