Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / test / pleroma / web / plugs / cache_test.exs
index e46c32984ebefb16f1abd106f0742172803c9411..0ceab6cab09e6a47fa9be0681af9a669ce5f6536 100644 (file)
@@ -1,8 +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.CacheTest do
+  # Relies on Cachex, has to stay synchronous
   use Pleroma.DataCase
   use Plug.Test