commit 0a6c16c: [Test] Fix broken test

Vsevolod Stakhov vsevolod at rspamd.com
Sat Sep 10 14:14:03 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-09-10 15:11:55 +0100
URL: https://github.com/rspamd/rspamd/commit/0a6c16ce3ffa79334223c43cad99437ce55246cf (HEAD -> master)

[Test] Fix broken test

---
 test/functional/lua/neural.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/functional/lua/neural.lua b/test/functional/lua/neural.lua
index 6642d15aa..5a09c50fc 100644
--- a/test/functional/lua/neural.lua
+++ b/test/functional/lua/neural.lua
@@ -58,6 +58,7 @@ rspamd_config.SAVE_NN_ROW_IDEMPOTENT = {
   end,
   type = 'idempotent',
   flags = 'explicit_disable',
+  priority = 100,
 }
 
 dofile(rspamd_env.INSTALLROOT .. "/share/rspamd/rules/controller/init.lua")


More information about the Commits mailing list