summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-05-13 08:00:17 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-05-13 11:38:22 +0300
commitb962b24e6f984dbec0089c80b22fac8f4f9c1fa4 (patch)
treeff077e6552102b8f52a0f8e8e37babe8bb807d00 /test
parentec27f346eebc99ff8bbc7d1e34c9559cf80b8691 (diff)
downloadpleroma-b962b24e6f984dbec0089c80b22fac8f4f9c1fa4.tar.gz
pleroma-b962b24e6f984dbec0089c80b22fac8f4f9c1fa4.zip
don't run in async if tests depend on env config
Diffstat (limited to 'test')
-rw-r--r--test/http/connection_test.exs2
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