summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-20 18:22:49 -0500
committerMark Felder <feld@feld.me>2024-01-20 18:43:53 -0500
commitc7eda0b24ade372e4e167ae560a2debb555a6e02 (patch)
tree3e0a2f034750295bdb4e2c8888547209e5c74969 /config/test.exs
parent029aaf3d744184737666b1e553ed92d7708f1fee (diff)
downloadpleroma-c7eda0b24ade372e4e167ae560a2debb555a6e02.tar.gz
pleroma-c7eda0b24ade372e4e167ae560a2debb555a6e02.zip
Use config to control loading of custom modules
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs
index 11e115b99..0a6688823 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -162,7 +162,10 @@ peer_module =
config :pleroma, Pleroma.Cluster, peer_module: peer_module
-config :pleroma, Pleroma.Application, max_restarts: 100
+config :pleroma, Pleroma.Application,
+ internal_fetch: false,
+ load_custom_modules: false,
+ max_restarts: 100
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"