From d26eca644cfc33fcc7d337d7cf4d6cef690c1a0e Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sat, 29 Jan 2022 16:30:48 +0000 Subject: [PATCH] fix transaction test --- test/pleroma/web/activity_pub/pipeline_test.exs | 1 + 1 file changed, 1 insertion(+) 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