Use config to control starting all HTTP pools in test env
This commit is contained in:
parent
17877f612e
commit
2330100371
2 changed files with 15 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue