From: Mikhail Galanin Date: Thu, 30 Aug 2018 16:20:31 +0000 (+0100) Subject: [Minor] test X-Git-Tag: 1.8.0~187^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c392c868b5f68c4c8b786fa2c83c00e596975c7f;p=thirdparty%2Frspamd.git [Minor] test --- diff --git a/test/functional/lua/http.lua b/test/functional/lua/http.lua index 0c1eff8ba0..ccd2f141e9 100644 --- a/test/functional/lua/http.lua +++ b/test/functional/lua/http.lua @@ -5,7 +5,6 @@ local function http_symbol(task) local url = tostring(task:get_request_header('url')) local method = tostring(task:get_request_header('method')) - task:insert_result('method_' .. method, 1.0) local function http_callback(err, code, body)