Apply suggestion to test/web/media_proxy/media_proxy_controller_test.exs
[akkoma] / test / web / media_proxy / media_proxy_controller_test.exs
index 2b6b2522133ca9e684da12d3e02173d6de3701d1..72da98a6ae003ab0c2c8ca1ff4436770d7da77b8 100644 (file)
@@ -12,7 +12,6 @@ defmodule Pleroma.Web.MediaProxy.MediaProxyControllerTest do
 
   setup do
     on_exit(fn -> Cachex.clear(:deleted_urls_cache) end)
-    :ok
   end
 
   test "it returns 404 when MediaProxy disabled", %{conn: conn} do