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
|
|
@ -134,6 +134,10 @@ config :pleroma, :pipeline,
|
|||
|
||||
config :pleroma, :cachex, provider: Pleroma.CachexMock
|
||||
|
||||
config :pleroma, :side_effects,
|
||||
ap_streamer: Pleroma.Web.ActivityPub.ActivityPubMock,
|
||||
logger: Pleroma.LoggerMock
|
||||
|
||||
if File.exists?("./config/test.secret.exs") do
|
||||
import_config "test.secret.exs"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue