diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-22 10:49:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-22 10:49:43 +0100 |
commit | 1c5687a9d62982be546cf1a3179a08fdf8db3209 (patch) | |
tree | 8ff0e123ea89eb065093645f50802107661263ff /test/functional/cases/100_general.robot | |
parent | 823b80c80410a8e6f6fd58861e62f17a60ab631e (diff) | |
download | rspamd-1c5687a9d62982be546cf1a3179a08fdf8db3209.tar.gz rspamd-1c5687a9d62982be546cf1a3179a08fdf8db3209.zip |
[Test] Another blind try to fix
Diffstat (limited to 'test/functional/cases/100_general.robot')
-rw-r--r-- | test/functional/cases/100_general.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/100_general.robot b/test/functional/cases/100_general.robot index ea1b45171..8dd5ed300 100644 --- a/test/functional/cases/100_general.robot +++ b/test/functional/cases/100_general.robot @@ -6,7 +6,7 @@ Resource ${TESTDIR}/lib/rspamd.robot Variables ${TESTDIR}/lib/vars.py *** Variables *** -${CONFIG} ${TESTDIR}/configs/plugins.conf +${CONFIG} ${TESTDIR}/configs/trivial.conf ${GTUBE} ${TESTDIR}/messages/gtube.eml ${RSPAMD_SCOPE} Suite ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat |