don't run async tests, which use Mock
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 8 Sep 2020 14:12:38 +0000 (17:12 +0300)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 8 Sep 2020 15:40:23 +0000 (17:40 +0200)
test/plugs/admin_secret_authentication_plug_test.exs
test/plugs/oauth_scopes_plug_test.exs

index 89df03c4b719bd56c33fa11e44dd0060fd91f0e4..14094eda81f870733da05548d3168ff97aa99574 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.AdminSecretAuthenticationPlugTest do
-  use Pleroma.Web.ConnCase, async: true
+  use Pleroma.Web.ConnCase
 
   import Mock
   import Pleroma.Factory
index 884de7b4d5d37319d42c9d25cbcfd30541c1e7af..334316043cfcfe914e87917d1c55fdb9b00bafe5 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.OAuthScopesPlugTest do
-  use Pleroma.Web.ConnCase, async: true
+  use Pleroma.Web.ConnCase
 
   alias Pleroma.Plugs.OAuthScopesPlug
   alias Pleroma.Repo