From c392c868b5f68c4c8b786fa2c83c00e596975c7f Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Thu, 30 Aug 2018 17:20:31 +0100 Subject: [PATCH] [Minor] test --- test/functional/lua/http.lua | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.3