Apply suggestion to test/web/media_proxy/invalidation_test.exs
authorMaksim <parallel588@gmail.com>
Wed, 17 Jun 2020 13:14:01 +0000 (13:14 +0000)
committerMaksim <parallel588@gmail.com>
Wed, 17 Jun 2020 13:14:01 +0000 (13:14 +0000)
test/web/media_proxy/invalidation_test.exs

index 3a9fa8c88440b5cdbb90fbda09112d2740f49a88..bf9af251cd0c3c16b43ee0452ac0b439e15890a5 100644 (file)
@@ -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