Merge branch 'develop' into activation-meta
[akkoma] / test / web / media_proxy / invalidations / script_test.exs
index 8e155b705c6ad70b5c2aab5241fe5bb188f51fe0..51833ab18a0519aebbfc747eedbabb3540fb9afc 100644 (file)
@@ -5,7 +5,7 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.ScriptTest do
   import ExUnit.CaptureLog
 
   setup do
-    on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
+    on_exit(fn -> Cachex.clear(:banned_urls_cache) end)
   end
 
   test "it logger error when script not found" do