fix transaction test

This commit is contained in:
FloatingGhost 2022-01-29 16:30:48 +00:00
parent 7d355c263c
commit d26eca644c
1 changed files with 1 additions and 0 deletions

View File

@ -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