diff options
Diffstat (limited to 'test/functional/cases/106_mid.robot')
-rw-r--r-- | test/functional/cases/106_mid.robot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/cases/106_mid.robot b/test/functional/cases/106_mid.robot index 1933213d8..a42b098aa 100644 --- a/test/functional/cases/106_mid.robot +++ b/test/functional/cases/106_mid.robot @@ -1,14 +1,14 @@ *** Settings *** -Suite Setup New Setup -Suite Teardown Normal Teardown +Suite Setup Rspamd Setup +Suite Teardown Rspamd Teardown Library ${RSPAMD_TESTDIR}/lib/rspamd.py Resource ${RSPAMD_TESTDIR}/lib/rspamd.robot Variables ${RSPAMD_TESTDIR}/lib/vars.py *** Variables *** -${CONFIG} ${RSPAMD_TESTDIR}/configs/mid.conf -${RSPAMD_SCOPE} Suite -${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat +${CONFIG} ${RSPAMD_TESTDIR}/configs/mid.conf +${RSPAMD_SCOPE} Suite +${RSPAMD_URL_TLD} ${RSPAMD_TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** MID - invalid Message-ID |