Resolve follow activity from accept/reject without ID (#328)
[akkoma] / test / pleroma / web / uploader_controller_test.exs
index 21e51823694d5db51772c60ed98dc9f2e60542d2..fc278004ed8ff7f7c1a3e43639c4e6faeaf80ff9 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.UploaderControllerTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
   alias Pleroma.Uploaders.Uploader
 
   describe "callback/2" do