diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-07-31 15:52:29 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-07-31 16:02:42 +0200 |
commit | bd925cbcbe16cf9f088cc3b187a052095c5760db (patch) | |
tree | 21767656588e3a72ae0b581fbc8c22f8b84794ed /test/functional/cases/101_lua.robot | |
parent | 17f7015829b1fa71dc51e8904bdc25bab87e1420 (diff) | |
download | rspamd-bd925cbcbe16cf9f088cc3b187a052095c5760db.tar.gz rspamd-bd925cbcbe16cf9f088cc3b187a052095c5760db.zip |
[Test] Some minor fixes for tests
Diffstat (limited to 'test/functional/cases/101_lua.robot')
-rw-r--r-- | test/functional/cases/101_lua.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/101_lua.robot b/test/functional/cases/101_lua.robot index 5e5dff6c8..81c08ceee 100644 --- a/test/functional/cases/101_lua.robot +++ b/test/functional/cases/101_lua.robot @@ -26,7 +26,7 @@ Pre and Post Filters [Setup] Lua Setup ${TESTDIR}/lua/prepostfilters.lua ${result} = Scan Message With Rspamc ${MESSAGE} Check Rspamc ${result} TEST_PRE - Check Rspamc ${result} TEST_POST rc_nocheck=1 + Should Contain ${result.stdout} TEST_POST *** Keywords *** Lua Setup |