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