Skip to content

Commit

Permalink
[Test] Sigh, another try to fix robot
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 17, 2019
1 parent 91aee4d commit fb480c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/lua_task.c
Expand Up @@ -4950,7 +4950,7 @@ lua_task_set_settings (lua_State *L)
LUA_TRACE_POINT;
struct rspamd_task *task = lua_check_task (L, 1);
ucl_object_t *settings;
const ucl_object_t *act, *elt, *metric_elt, *vars, *cur;
const ucl_object_t *act, *metric_elt, *vars, *cur;
ucl_object_iter_t it = NULL;
struct rspamd_metric_result *mres;
guint i;
Expand Down
1 change: 1 addition & 0 deletions test/functional/cases/330_neural.robot
Expand Up @@ -63,6 +63,7 @@ Check Neural SPAM INVERSE
Neural Setup
${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/neural.conf
Set Suite Variable ${PLUGIN_CONFIG}
Set Suite Variable ${LUA_SCRIPT}
Generic Setup PLUGIN_CONFIG
Run Redis

Expand Down

0 comments on commit fb480c4

Please sign in to comment.