Apply suggestion to test/web/admin_api/controllers/media_proxy_cache_controller_test.exs
authorMaksim <parallel588@gmail.com>
Wed, 17 Jun 2020 12:58:08 +0000 (12:58 +0000)
committerMaksim <parallel588@gmail.com>
Wed, 17 Jun 2020 12:58:08 +0000 (12:58 +0000)
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs

index 76a96f46f0f902a09d8ed0807cdf14fbe2c9c71c..ddaf39f14128c09388cf9f9fbedd316af5eea2b6 100644 (file)
@@ -14,7 +14,6 @@ defmodule Pleroma.Web.AdminAPI.MediaProxyCacheControllerTest do
 
   setup do
     on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
-    :ok
   end
 
   setup do