merging release default config on app start
This commit is contained in:
parent
953aece848
commit
282a93554f
10 changed files with 58 additions and 58 deletions
|
|
@ -70,7 +70,7 @@ defmodule Pleroma.Config.TransferTaskTest do
|
|||
|
||||
assert Application.get_env(:quack, :level) == :info
|
||||
assert Application.get_env(:quack, :meta) == [:none]
|
||||
default = Pleroma.Config.Holder.config(:quack, :webhook_url)
|
||||
default = Pleroma.Config.Holder.default_config(:quack, :webhook_url)
|
||||
assert Application.get_env(:quack, :webhook_url) == default
|
||||
|
||||
on_exit(fn ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue