This commit is contained in:
Maksim Pechnikov 2020-06-18 05:02:33 +03:00
commit 4044f24e2e
3 changed files with 4 additions and 3 deletions

View 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