diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-29 12:33:33 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-29 12:33:33 +0000 |
commit | f5439dceb784bff970507afbdc6f6e8e37755892 (patch) | |
tree | 0814d853eecaee3b5b408980f128541dfb6f3ae2 /test/functional/cases | |
parent | 9af24263c1b26c4ec714031f71218166e4f29681 (diff) | |
download | rspamd-f5439dceb784bff970507afbdc6f6e8e37755892.tar.gz rspamd-f5439dceb784bff970507afbdc6f6e8e37755892.zip |
[Test] Fix tests
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 81e30de1d..68088ed45 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -153,8 +153,7 @@ SURBL html entity­ SURBL url compose map ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url11.eml - Should Contain ${result.stdout} BAD_SUBDOMAIN (0.00)[very.dirty.sanchez.com:url] - Should Not Contain ${result.stdout} not.dirty.sanchez.com + Should Contain ${result.stdout} BAD_SUBDOMAIN (0.00)[4.very.dirty.sanchez.com:url, clean.dirty.sanchez.com:url] *** Keywords *** Surbl Setup |