Merge branch 'revert-b122b6ff' into 'develop'
[akkoma] / test / pleroma / web / plugs / idempotency_plug_test.exs
index 910ecd9c1ff9256cd9db57465f840fdf6c66257d..ed8b3fc1ac34484c5055ae8d4a4e9c1c926f43cc 100644 (file)
@@ -3,6 +3,7 @@
 # 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