Merge branch 'chores/bump-copyright' into 'develop'
[akkoma] / test / pleroma / web / plugs / user_enabled_plug_test.exs
index 71c56f03a4d2a6c86a566a8f1c314ba633fa1f0a..bee413fbfb717550aac2c3598ebc6f956cf149a5 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.Plugs.UserEnabledPlugTest do
-  use Pleroma.Web.ConnCase, async: true
+  use Pleroma.Web.ConnCase
 
   alias Pleroma.Web.Plugs.UserEnabledPlug
   import Pleroma.Factory