Merge branch 'develop' into activation-meta
[akkoma] / test / web / media_proxy / invalidations / http_test.exs
index 09e7ca0fbe1d3676a979482ac6ea64510ac43eff..a1bef5237d731fcccc8da633db3f67a8935af403 100644 (file)
@@ -6,8 +6,7 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.HttpTest do
   import Tesla.Mock
 
   setup do
-    on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
-    :ok
+    on_exit(fn -> Cachex.clear(:banned_urls_cache) end)
   end
 
   test "logs hasn't error message when request is valid" do