Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / mastodon_api / views / subscription_view_test.exs
index 981524c0e8848d738b16b7367fe1bad75460d498..c2bb535c568a6d22ce418cd612b806d1aed10c9f 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.SubscriptionViewTest do
-  use Pleroma.DataCase
+  use Pleroma.DataCase, async: true
   import Pleroma.Factory
   alias Pleroma.Web.MastodonAPI.SubscriptionView, as: View
   alias Pleroma.Web.Push