diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-20 20:39:36 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-20 20:39:36 +0100 |
commit | cfcecb66f88448272a3a0c77e0a4782f6924a822 (patch) | |
tree | 0c968bf6895931ae45c8fbe88dbebe0cab9f5230 /test | |
parent | d43846dfcb21b6b1254cc0c0f9495d4441ccffb3 (diff) | |
download | rspamd-cfcecb66f88448272a3a0c77e0a4782f6924a822.tar.gz rspamd-cfcecb66f88448272a3a0c77e0a4782f6924a822.zip |
[Minor] Oops, fix test
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/cases/300_rbl.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/300_rbl.robot b/test/functional/cases/300_rbl.robot index a8f72aed6..9a386619f 100644 --- a/test/functional/cases/300_rbl.robot +++ b/test/functional/cases/300_rbl.robot @@ -35,7 +35,7 @@ RBL RECEIVED HIT RBL FROM HIT WL ${result} = Scan Message With Rspamc ${MESSAGE} -i 4.3.2.4 Check Rspamc ${result} FAKE_RBL_CODE_2 inverse=True - Should Contain ${result.stdout} FAKE_WL_RBL_CODE_2 (1.00)[4.3.2.4:from, FAKE_RBL_UNKNOWN] + Should Contain ${result.stdout} FAKE_WL_RBL_CODE_2 (1.00)[4.3.2.4:from] EMAILBL Compose Map 1 ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url14.eml |