diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-05-13 08:00:17 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-05-13 11:38:22 +0300 |
commit | b962b24e6f984dbec0089c80b22fac8f4f9c1fa4 (patch) | |
tree | ff077e6552102b8f52a0f8e8e37babe8bb807d00 | |
parent | ec27f346eebc99ff8bbc7d1e34c9559cf80b8691 (diff) | |
download | pleroma-b962b24e6f984dbec0089c80b22fac8f4f9c1fa4.tar.gz pleroma-b962b24e6f984dbec0089c80b22fac8f4f9c1fa4.zip |
don't run in async if tests depend on env config
-rw-r--r-- | test/http/connection_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |