v2 Suggestions: return `is_suggested` through the API
[akkoma] / test / pleroma / web / mastodon_api / views / marker_view_test.exs
index 48a0a6d331d3beedadeb0719dfeb1f056014ce66..8d8c16f6c8019eb27d365e85774909a2a1f57fdc 100644 (file)
@@ -1,9 +1,9 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # 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