Merge branch 'chores/bump-copyright' into 'develop'
[akkoma] / test / pleroma / web / o_auth / authorization_test.exs
index d74b26cf8a48318d8c39d6127de0a25970f25f64..fc1c04c4c772ec5f07b8388fb39f126fcc09a96a 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.AuthorizationTest do
-  use Pleroma.DataCase
+  use Pleroma.DataCase, async: true
   alias Pleroma.Web.OAuth.App
   alias Pleroma.Web.OAuth.Authorization
   import Pleroma.Factory