Add a test to LegacyNotifierBuilder

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-02 11:55:50 +02:00
parent 58bffc5c66
commit 57c07836aa
4 changed files with 195 additions and 3 deletions

View File

@@ -82,3 +82,8 @@ config :junit_formatter, report_dir: "."
if System.get_env("DOCKER", "false") == "false" && File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
end
config :mobilizon, Mobilizon.Service.Notifier,
notifiers: [
Mobilizon.Service.Notifier.Mock
]