Tests: Fix all the tests.
This commit is contained in:
parent
c068a218ea
commit
6e3267d1bd
4 changed files with 21 additions and 19 deletions
|
|
@ -145,7 +145,8 @@ config :pleroma, :config_impl, Pleroma.UnstubbedConfigMock
|
|||
|
||||
config :pleroma, Pleroma.PromEx, disabled: true
|
||||
|
||||
config Pleroma.User.Backup, :config_impl, Pleroma.UnstubbedConfigMock
|
||||
# Mox definitions. Only read during compile time.
|
||||
Application.put_env(Pleroma.User.Backup, :config_impl, Pleroma.UnstubbedConfigMock)
|
||||
|
||||
if File.exists?("./config/test.secret.exs") do
|
||||
import_config "test.secret.exs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue