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