giant massive dep upgrade and dialyxir-found error emporium (#371)
[akkoma] / test / pleroma / web / plugs / cache_control_test.exs
index fcf3d2be80f9b99418bf14f85818e1e71ac35537..26396189733ff4d590385ade66d8d2803937d440 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.CacheControlTest do
-  use Pleroma.Web.ConnCase
+  use Pleroma.Web.ConnCase, async: true
   alias Plug.Conn
 
   test "Verify Cache-Control header on static assets", %{conn: conn} do