diff options
author | Maksim <parallel588@gmail.com> | 2020-06-17 12:58:33 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-06-17 12:58:33 +0000 |
commit | 11b22a42293ec2ac0e66897bf4b29b5363913c19 (patch) | |
tree | 56ad1d454757d60d4dd80f4696dd1c17b037d27a | |
parent | 6d33a3a51bb8ff0afdf7f4f9880f8f5c5f2dfebc (diff) | |
download | pleroma-11b22a42293ec2ac0e66897bf4b29b5363913c19.tar.gz |
Apply suggestion to test/web/media_proxy/invalidations/http_test.exs
-rw-r--r-- | test/web/media_proxy/invalidations/http_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/media_proxy/invalidations/http_test.exs b/test/web/media_proxy/invalidations/http_test.exs index 09e7ca0fb..9d181dd8b 100644 --- a/test/web/media_proxy/invalidations/http_test.exs +++ b/test/web/media_proxy/invalidations/http_test.exs @@ -7,7 +7,6 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.HttpTest do setup do on_exit(fn -> Cachex.clear(:deleted_urls_cache) end) - :ok end test "logs hasn't error message when request is valid" do |