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

This commit is contained in:
Maksim 2020-06-17 13:14:01 +00:00
parent 9a371bf5f6
commit 96493da7bd

View file

@ -13,7 +13,6 @@ defmodule Pleroma.Web.MediaProxy.InvalidationTest 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
describe "Invalidation.Http" do describe "Invalidation.Http" do