From: Vsevolod Stakhov Date: Sat, 10 Sep 2022 14:11:55 +0000 (+0100) Subject: [Test] Fix broken test X-Git-Tag: 3.3~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a6c16ce3ffa79334223c43cad99437ce55246cf;p=thirdparty%2Frspamd.git [Test] Fix broken test --- diff --git a/test/functional/lua/neural.lua b/test/functional/lua/neural.lua index 6642d15aa8..5a09c50fcc 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")