diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lua/neural.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/neural.lua b/test/functional/lua/neural.lua index ccdad1b68..7ea29a252 100644 --- a/test/functional/lua/neural.lua +++ b/test/functional/lua/neural.lua @@ -49,7 +49,7 @@ rspamd_config.SAVE_NN_ROW_IDEMPOTENT = { logger.errx(task, err) return end - f:write(tohex(task:cache_get('neural_vec_mpack') or '')) + f:write(tohex(task:cache_get('SHORT_neural_vec_mpack') or '')) f:close() return end, |