Apply suggestion to test/web/media_proxy/media_proxy_controller_test.exs

This commit is contained in:
Maksim 2020-06-17 12:58:50 +00:00
parent 2991aae4c4
commit 078d687e6e
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ defmodule Pleroma.Web.MediaProxy.MediaProxyControllerTest do
setup do
on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
:ok
end
test "it returns 404 when MediaProxy disabled", %{conn: conn} do