diff options
| author | Lain Soykaf <lain@lain.com> | 2023-12-10 17:18:18 +0400 | 
|---|---|---|
| committer | Lain Soykaf <lain@lain.com> | 2023-12-10 17:18:18 +0400 | 
| commit | e5beab7f16aec4d0941dbffb5b48a3ccfa62b518 (patch) | |
| tree | ca331d22b22b90a60ff8ff0b2f946087710ab1a3 | |
| parent | 68f7a79f2800563ccdadf12197372415022f07f1 (diff) | |
| download | pleroma-e5beab7f16aec4d0941dbffb5b48a3ccfa62b518.tar.gz pleroma-e5beab7f16aec4d0941dbffb5b48a3ccfa62b518.zip | |
Config/Test: Don't start promex during testing.
| -rw-r--r-- | config/test.exs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/test.exs b/config/test.exs index 5e8135a58..86604212d 100644 --- a/config/test.exs +++ b/config/test.exs @@ -143,6 +143,8 @@ config :phoenix, :plug_init_mode, :runtime  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 | 
