diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-01-05 00:01:44 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-01-05 00:01:44 +0000 |
| commit | b3c36d3f7a637973ab9a16dca03eac763a5ccc68 (patch) | |
| tree | 783545c89390abbb62d2769714b2ba25985932cb /config/test.exs | |
| parent | afe9c152ab757237313cc15d97855ae39768ddc1 (diff) | |
| parent | 8e5904daa59f9e7c85e1431605067b86506bcfc9 (diff) | |
| download | pleroma-b3c36d3f7a637973ab9a16dca03eac763a5ccc68.tar.gz pleroma-b3c36d3f7a637973ab9a16dca03eac763a5ccc68.zip | |
Merge branch '2391-async-bugs' into 'develop'
SideEffects.DeleteTest: asyncify.
Closes #2391
See merge request pleroma/pleroma!3231
Diffstat (limited to 'config/test.exs')
| -rw-r--r-- | config/test.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index a85881592..7fc457463 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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 |
