Add Phoenix LiveDashboard
[akkoma] / test / pleroma / web / plugs / idempotency_plug_test.exs
index 910ecd9c1ff9256cd9db57465f840fdf6c66257d..dd8cda6640a32137ddb71611beaf712eb7db6f90 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.IdempotencyPlugTest do
+  # Relies on Cachex, has to stay synchronous
   use Pleroma.DataCase
   use Plug.Test