X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Fweb%2Factivity_pub%2Fpipeline_test.exs;h=30fd5651b43a0039a388d111ce7deec455a8e415;hb=142646426e1830ac0e0461075a99a27ac5813ceb;hp=e606fa3d11fbc3353ab797b29203f2e41d50b0aa;hpb=44ede0657f2da0a761de76b1f9822a293430d497;p=akkoma diff --git a/test/pleroma/web/activity_pub/pipeline_test.exs b/test/pleroma/web/activity_pub/pipeline_test.exs index e606fa3d1..30fd5651b 100644 --- a/test/pleroma/web/activity_pub/pipeline_test.exs +++ b/test/pleroma/web/activity_pub/pipeline_test.exs @@ -28,6 +28,7 @@ defmodule Pleroma.Web.ActivityPub.PipelineTest do SideEffectsMock |> expect(:handle, fn o, m -> {:ok, o, m} end) |> expect(:handle_after_transaction, fn m -> m end) + |> expect(:handle_after_transaction, fn m -> m end) :ok end