summaryrefslogtreecommitdiff
path: root/test/web/rel_me_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/web/rel_me_test.exs')
-rw-r--r--test/web/rel_me_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/rel_me_test.exs b/test/web/rel_me_test.exs
index e05a8863d..65255916d 100644
--- a/test/web/rel_me_test.exs
+++ b/test/web/rel_me_test.exs
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.RelMeTest do
- use ExUnit.Case, async: true
+ use ExUnit.Case
setup_all do
Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)