diff options
-rw-r--r-- | test/functional/cases/106_url_tags.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/106_url_tags.robot b/test/functional/cases/106_url_tags.robot index b2662ec09..960376ab7 100644 --- a/test/functional/cases/106_url_tags.robot +++ b/test/functional/cases/106_url_tags.robot @@ -26,7 +26,7 @@ URL Tags Setup Set Suite Variable ${TMPDIR} Run Redis ${LUA} = Make Temporary File - ${goop} = Get File ${TESTDIR}/../../lualib/global_functions.lua + ${goop} = Get File ${INSTALLROOT}/share/rspamd/rules/rspamd.lua ${goop2} = Get File ${ADDITIONAL} ${goop_unesc} = Catenate ${goop} ${goop2} ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/url_tags.conf |