diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-08-30 17:20:31 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-08-30 17:20:31 +0100 |
commit | c392c868b5f68c4c8b786fa2c83c00e596975c7f (patch) | |
tree | c727f1ef220e92fe64ba463a5eb3c3fb3a488a84 /test/functional/lua/http.lua | |
parent | b4d4cff66970d51f4f82a37e03de2db07291742e (diff) | |
download | rspamd-c392c868b5f68c4c8b786fa2c83c00e596975c7f.tar.gz rspamd-c392c868b5f68c4c8b786fa2c83c00e596975c7f.zip |
[Minor] test
Diffstat (limited to 'test/functional/lua/http.lua')
-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) |