Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / mastodon_api / views / marker_view_test.exs
index 48a0a6d331d3beedadeb0719dfeb1f056014ce66..a0bec758fd87e1c8677070f6edc872a196c72248 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.MarkerViewTest do
-  use Pleroma.DataCase
+  use Pleroma.DataCase, async: true
   alias Pleroma.Web.MastodonAPI.MarkerView
   import Pleroma.Factory