Use config to control starting all HTTP pools in test env

This commit is contained in:
Mark Felder 2024-01-20 19:10:57 -05:00
commit 2330100371
2 changed files with 15 additions and 9 deletions

View file

@ -167,7 +167,8 @@ config :pleroma, Pleroma.Application,
internal_fetch: false,
load_custom_modules: false,
max_restarts: 100,
streamer_registry: false
streamer_registry: false,
test_http_pools: true
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"