forked from AkkomaGang/akkoma
Apply suggestion to test/web/media_proxy/media_proxy_controller_test.exs
This commit is contained in:
parent
2991aae4c4
commit
078d687e6e
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ defmodule Pleroma.Web.MediaProxy.MediaProxyControllerTest do
|
||||||
|
|
||||||
setup do
|
setup do
|
||||||
on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
|
on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
|
||||||
:ok
|
|
||||||
end
|
end
|
||||||
|
|
||||||
test "it returns 404 when MediaProxy disabled", %{conn: conn} do
|
test "it returns 404 when MediaProxy disabled", %{conn: conn} do
|
||||||
|
|
Loading…
Reference in a new issue