From: Alexander Strizhakov Date: Wed, 13 May 2020 05:00:17 +0000 (+0300) Subject: don't run in async if tests depend on env config X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=b962b24e6f984dbec0089c80b22fac8f4f9c1fa4;p=akkoma don't run in async if tests depend on env config --- diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs index 5cc78ad5b..7c94a50b2 100644 --- a/test/http/connection_test.exs +++ b/test/http/connection_test.exs @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.HTTP.ConnectionTest do - use ExUnit.Case, async: true + use ExUnit.Case use Pleroma.Tests.Helpers import ExUnit.CaptureLog