Merge branch 'chores/bump-copyright' into 'develop'
[akkoma] / test / pleroma / web / auth / authenticator_test.exs
index d54253343d297facb8ccbdfc538fccc2e3b96b16..e1f30e835ef86536d2e64dac99a8e1b46c82f30b 100644 (file)
@@ -1,9 +1,9 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # 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