aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/auth/authenticator_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/pleroma/web/auth/authenticator_test.exs')
-rw-r--r--test/pleroma/web/auth/authenticator_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/auth/authenticator_test.exs b/test/pleroma/web/auth/authenticator_test.exs
index d54253343..862eb8051 100644
--- a/test/pleroma/web/auth/authenticator_test.exs
+++ b/test/pleroma/web/auth/authenticator_test.exs
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.Auth.AuthenticatorTest do
- use Pleroma.Web.ConnCase
+ use Pleroma.Web.ConnCase, async: true
alias Pleroma.Web.Auth.Authenticator
import Pleroma.Factory