mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
Config/Test: Don't start promex during testing.
This commit is contained in:
parent
68f7a79f28
commit
e5beab7f16
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ config :phoenix, :plug_init_mode, :runtime
|
||||||
|
|
||||||
config :pleroma, :config_impl, Pleroma.UnstubbedConfigMock
|
config :pleroma, :config_impl, Pleroma.UnstubbedConfigMock
|
||||||
|
|
||||||
|
config :pleroma, Pleroma.PromEx, disabled: true
|
||||||
|
|
||||||
if File.exists?("./config/test.secret.exs") do
|
if File.exists?("./config/test.secret.exs") do
|
||||||
import_config "test.secret.exs"
|
import_config "test.secret.exs"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue