Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / mastodon_api / mastodon_api_controller_test.exs
index bb4bc43965fb2274c7016ff937e6bc0fa498d4ec..be5bf68a33c33f2427d32d135149cc870f7cb7e1 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
 
   describe "empty_array/2 (stubs)" do
     test "GET /api/v1/accounts/:id/identity_proofs" do