don't use async with global mocks
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 13 May 2020 06:29:41 +0000 (09:29 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 13 May 2020 08:38:23 +0000 (11:38 +0300)
test/web/rel_me_test.exs

index e05a8863de581245556a058402fd09d02cccd4dc..65255916d083f9788e7a70f7b777515601127490 100644 (file)
@@ -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)