Remote Timeline: add Streaming support
[akkoma] / test / web / media_proxy / invalidations / script_test.exs
index c69cec07ab625261ba95258ec2c3faf6322a0d2f..51833ab18a0519aebbfc747eedbabb3540fb9afc 100644 (file)
@@ -5,8 +5,7 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.ScriptTest do
   import ExUnit.CaptureLog
 
   setup do
-    on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
-    :ok
+    on_exit(fn -> Cachex.clear(:banned_urls_cache) end)
   end
 
   test "it logger error when script not found" do