Config/Test: Don't start promex during testing.
This commit is contained in:
parent
68f7a79f28
commit
e5beab7f16
|
@ -143,6 +143,8 @@
|
|||
|
||||
config :pleroma, :config_impl, Pleroma.UnstubbedConfigMock
|
||||
|
||||
config :pleroma, Pleroma.PromEx, disabled: true
|
||||
|
||||
if File.exists?("./config/test.secret.exs") do
|
||||
import_config "test.secret.exs"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue