diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-06 17:05:09 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-06 17:05:09 +0700 |
commit | a75d4a41e03979b4d1b9af5205e457d714ff76df (patch) | |
tree | 174458f007f4ba8e92f76aba82e49f557b332f2b /config/test.exs | |
parent | e4292cbfad47e59c76461fa201bab3e5f791962b (diff) | |
download | pleroma-a75d4a41e03979b4d1b9af5205e457d714ff76df.tar.gz |
Add a test for custom runtime modules
Diffstat (limited to 'config/test.exs')
-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 9b737d4d7..8b9bf5c77 100644 --- a/config/test.exs +++ b/config/test.exs @@ -93,6 +93,8 @@ config :joken, default_signer: "yU8uHKq+yyAkZ11Hx//jcdacWc8yQ1bxAAGrplzB0Zwwjkp3 config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock +config :pleroma, :modules, runtime_dir: "test/fixtures/modules" + if File.exists?("./config/test.secret.exs") do import_config "test.secret.exs" else |