SideEffects.DeleteTest: asyncify.
Replace Mock with Mox, mock out Logger.
This commit is contained in:
parent
afe9c152ab
commit
8e5904daa5
10 changed files with 190 additions and 114 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue