From: Mark Felder Date: Fri, 25 Sep 2020 17:20:52 +0000 (-0500) Subject: Config settings leak and break configdb migration tests when async X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=4a30598b9eac9d231546078191ff91b933d63de3;p=akkoma Config settings leak and break configdb migration tests when async --- diff --git a/test/config/deprecation_warnings_test.exs b/test/config/deprecation_warnings_test.exs index 28355d7eb..f81a7b580 100644 --- 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