Merge branch 'chores/bump-copyright' into 'develop'
[akkoma] / test / pleroma / web / auth / pleroma_authenticator_test.exs
index 1ba0dfecc53c8e1dfc20ff4252846880b7dcb5b9..477cf26ed3c0090d497622779cdca5c7cae61d3a 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.PleromaAuthenticatorTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
 
   alias Pleroma.Web.Auth.PleromaAuthenticator
   import Pleroma.Factory