Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / web / o_auth / authorization_test.exs
index d74b26cf8a48318d8c39d6127de0a25970f25f64..d1920962ceb1b30b3fc01994e30565155428c70b 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.OAuth.AuthorizationTest do
-  use Pleroma.DataCase
+  use Pleroma.DataCase, async: true
   alias Pleroma.Web.OAuth.App
   alias Pleroma.Web.OAuth.Authorization
   import Pleroma.Factory