diff options
-rw-r--r-- | test/functional/lua/http.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/lua/http.lua b/test/functional/lua/http.lua index 0c1eff8ba..ccd2f141e 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) |