logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 4a30598b9eac9d231546078191ff91b933d63de3
parent dcdf75fbac41823cceb3bae9d093ccfbfe46f7a4
Author: Mark Felder <feld@FreeBSD.org>
Date:   Fri, 25 Sep 2020 12:20:52 -0500

Config settings leak and break configdb migration tests when async

Diffstat:

Mtest/config/deprecation_warnings_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/config/deprecation_warnings_test.exs b/test/config/deprecation_warnings_test.exs @@ -1,5 +1,5 @@ defmodule Pleroma.Config.DeprecationWarningsTest do - use ExUnit.Case, async: true + use ExUnit.Case use Pleroma.Tests.Helpers import ExUnit.CaptureLog