summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/functional/lua/hashes.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/functional/lua/hashes.lua b/test/functional/lua/hashes.lua
index d934770e5..f02e01c4e 100644
--- a/test/functional/lua/hashes.lua
+++ b/test/functional/lua/hashes.lua
@@ -40,6 +40,12 @@ rspamd_config:register_symbol({
['hex'] = 'cf25ddc406c50de0c13de2b79d127646',
['reset'] = true,
},
+ {
+ ['init'] = 'hello',
+ ['specific'] = 'xxh3',
+ ['str'] = 'hello',
+ ['hex'] = 'c1156ae6cb7ff175',
+ }
}
for _, t in ipairs(test_data) do