diff options
author | Maksim <parallel588@gmail.com> | 2020-06-17 13:14:01 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-06-17 13:14:01 +0000 |
commit | 96493da7bdab4ff4a51cbebf18df4127ddc47990 (patch) | |
tree | 710493215f6aeaefa81e37ac381ac792ba87f33a | |
parent | 9a371bf5f6245b0f372bec7af15e2f4fc41d4ab7 (diff) | |
download | pleroma-96493da7bdab4ff4a51cbebf18df4127ddc47990.tar.gz |
Apply suggestion to test/web/media_proxy/invalidation_test.exs
-rw-r--r-- | test/web/media_proxy/invalidation_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/media_proxy/invalidation_test.exs b/test/web/media_proxy/invalidation_test.exs index 3a9fa8c88..bf9af251c 100644 --- a/test/web/media_proxy/invalidation_test.exs +++ b/test/web/media_proxy/invalidation_test.exs @@ -13,7 +13,6 @@ defmodule Pleroma.Web.MediaProxy.InvalidationTest do setup do on_exit(fn -> Cachex.clear(:deleted_urls_cache) end) - :ok end describe "Invalidation.Http" do |