Merge remote-tracking branch 'pleroma/develop' into cycles-gun
[akkoma] / test / pleroma / web / o_auth / token / utils_test.exs
index a610d92f865a1d7d95f5f8b981169169cb910670..d2e7a09045a722cf259e64a2243eacc3a7f3e407 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.OAuth.Token.UtilsTest do
-  use Pleroma.DataCase
+  use Pleroma.DataCase, async: true
   alias Pleroma.Web.OAuth.Token.Utils
   import Pleroma.Factory