Fixes for dynamic configuration

This commit is contained in:
Alexander Strizhakov 2019-06-20 17:43:57 +00:00 committed by lain
commit 32320c1ee9
5 changed files with 8 additions and 7 deletions

View file

@ -5,7 +5,7 @@ defmodule Mix.Tasks.Pleroma.ConfigTest do
setup_all do
Mix.shell(Mix.Shell.Process)
temp_file = "config/temp.migrated.secret.exs"
temp_file = "config/temp.exported_from_db.secret.exs"
dynamic = Pleroma.Config.get([:instance, :dynamic_configuration])