Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / auth / authenticator_test.exs
index d54253343d297facb8ccbdfc538fccc2e3b96b16..862eb80517322059c0fd410738386bea8b388b68 100644 (file)
@@ -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