fix test
This commit is contained in:
parent
2731ea1334
commit
4044f24e2e
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue