diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-24 16:18:28 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-24 16:18:28 +0100 |
commit | 68b6f7720489c4b739e42f00e6f8b4e767eebee1 (patch) | |
tree | bde645d0b2d101cda318425e4801a5333effc3c0 /test | |
parent | 7d3a66d3f1df4bf5393fd5a904fa37c2b0d9a232 (diff) | |
download | rspamd-68b6f7720489c4b739e42f00e6f8b4e767eebee1.tar.gz rspamd-68b6f7720489c4b739e42f00e6f8b4e767eebee1.zip |
[Test] Sigh, another score fix
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index ab89b9def..36eb57691 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -13,7 +13,7 @@ ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** SURBL resolve ip ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url7.eml - Should Contain ${result.stdout} URIBL_SBL_CSS (1.00)[8.8.8.9:example.ru + Should Contain ${result.stdout} URIBL_SBL_CSS (0.00)[8.8.8.9:example.ru Should Contain ${result.stdout} URIBL_XBL (1.00)[8.8.8.8:example.ru Should Contain ${result.stdout} URIBL_PBL (1.00)[8.8.8.8:example.ru |