Apply 1 suggestion(s) to 1 file(s)
[akkoma] / test / support / conn_case.ex
index b50ff1bccb23fbcb61260d07b3419235090bc6e2..7ef6812589b1f9c0e364bff2aae1b9a328f05a4e 100644 (file)
@@ -58,7 +58,7 @@ defmodule Pleroma.Web.ConnCase do
 
       defp empty_json_response(conn) do
         body = response(conn, 204)
-        _ = response_content_type(conn, :json)
+        response_content_type(conn, :json)
 
         body
       end