Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / auth / basic_auth_test.exs
index bf6e3d2fc2542c24baea459ed666cb2b832e9fac..e56c1e1e8ba4fdf42b74f9e123719e1ed436652d 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.Auth.BasicAuthTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
 
   import Pleroma.Factory