Fix tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-03 17:17:13 +02:00
parent c0ab3d9905
commit d3164899f3
10 changed files with 224 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ defmodule Mobilizon.Service.Notifier.Push do
@impl Notifier
def ready? do
Config.get(__MODULE__, :enabled)
Config.get([__MODULE__, :enabled])
end
@impl Notifier