SideEffects.DeleteTest: asyncify.

Replace Mock with Mox, mock out Logger.
This commit is contained in:
lain 2021-01-04 18:40:59 +01:00
commit 8e5904daa5
10 changed files with 190 additions and 114 deletions

View file

@ -138,6 +138,8 @@ defmodule Pleroma.Web.ConnCase do
Pleroma.DataCase.stub_pipeline()
Mox.verify_on_exit!()
{:ok, conn: Phoenix.ConnTest.build_conn()}
end
end