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