aboutsummaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
index 2a20a03e7..397bc688e 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -121,6 +121,8 @@ config :tzdata, :autoupdate, :disabled
config :pleroma, :mrf, policies: []
+config :pleroma, :cachex, provider: Pleroma.CachexMock
+
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else