diff options
Diffstat (limited to 'test/functional/lua/http.lua')
-rw-r--r-- | test/functional/lua/http.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/lua/http.lua b/test/functional/lua/http.lua index d0ed4e7b7..c5b91ff3d 100644 --- a/test/functional/lua/http.lua +++ b/test/functional/lua/http.lua @@ -106,7 +106,7 @@ local function periodic(cfg, ev_base) end rspamd_config:register_symbol({ - name = 'SIMPLE_TEST', + name = 'SIMPLE_HTTP_TEST', score = 1.0, callback = http_symbol, no_squeeze = true, @@ -145,7 +145,7 @@ local function http_large_symbol(task) end end rspamd_config:register_symbol({ - name = 'LARGE_TEST', + name = 'LARGE_HTTP_TEST', score = 1.0, callback = http_large_symbol, no_squeeze = true, @@ -166,4 +166,4 @@ rspamd_config:add_on_load(function(cfg, ev_base, worker) end rspamd_config:add_periodic(ev_base, 0, periodic, false) -end)
\ No newline at end of file +end) |