Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / admin_api / controllers / report_controller_test.exs
index cbfc2e7b0655b22e4f86b58b334d4f3ab26d33f4..2ab2f2f6d52a3d77c94a68f16552f6dbca206bfa 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.AdminAPI.ReportControllerTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
 
   import Pleroma.Factory