Add a test for custom runtime modules

This commit is contained in:
Egor Kislitsyn 2019-12-06 17:05:09 +07:00
commit a75d4a41e0
4 changed files with 27 additions and 3 deletions

View file

@ -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