aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/151_rspamadm_async.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/151_rspamadm_async.robot')
-rw-r--r--test/functional/cases/151_rspamadm_async.robot11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/functional/cases/151_rspamadm_async.robot b/test/functional/cases/151_rspamadm_async.robot
index 9d8943ebc..2b0d227ff 100644
--- a/test/functional/cases/151_rspamadm_async.robot
+++ b/test/functional/cases/151_rspamadm_async.robot
@@ -8,10 +8,9 @@ Variables ${RSPAMD_TESTDIR}/lib/vars.py
Suite Teardown Terminate All Processes kill=True
*** Variables ***
-${REDIS_SCOPE} Test
-${CONFIG} ${RSPAMD_TESTDIR}/configs/plugins.conf
-${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat
-${PLUGIN_CONFIG}
+${CONFIG} ${RSPAMD_TESTDIR}/configs/plugins.conf
+${REDIS_SCOPE} Test
+${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat
*** Test Cases ***
Tcp client
@@ -39,8 +38,6 @@ DNS client
*** Keywords ***
Rspamadm test Setup
- ${tmpdir} = Make Temporary Directory
- Set Suite Variable ${RSPAMD_TMPDIR} ${tmpdir}
Run Dummy Http
Run Redis
@@ -63,4 +60,4 @@ Prepare temp directory
${config} = Replace Variables ${config}
Log ${config}
Create File ${tmpdir}/rspamd.conf ${config}
- [Return] ${tmpdir} \ No newline at end of file
+ [Return] ${tmpdir}