Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / mastodon_api / controllers / follow_request_controller_test.exs
index b977b41ae0ab1fec866ffad9d786f20cb4fd25ed..f0a466212ffdd1de1d01257b3cd3d24a5dc65b9e 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.FollowRequestControllerTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
 
   alias Pleroma.User
   alias Pleroma.Web.CommonAPI