commit c42580f: [Test] SURBL resolve ip

korgoth1 vladislav.stakhov at gmail.com
Sat Jan 11 14:14:10 UTC 2020


Author: korgoth1
Date: 2020-01-11 01:18:46 +0300
URL: https://github.com/rspamd/rspamd/commit/c42580ff15642654e9473dbf0622ee0f0adf07fe (refs/pull/3206/head)

[Test] SURBL resolve ip

---
 test/functional/cases/340_surbl.robot | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot
index 962bd30f9..8c7fcc3c1 100644
--- a/test/functional/cases/340_surbl.robot
+++ b/test/functional/cases/340_surbl.robot
@@ -13,9 +13,9 @@ ${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)[example.ru
-  Should Contain  ${result.stdout}  URIBL_XBL (1.00)[example.ru
-  Should Contain  ${result.stdout}  URIBL_PBL (1.00)[example.ru
+  Should Contain  ${result.stdout}  URIBL_SBL_CSS (1.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
 
 SURBL Example.com domain
   ${result} =  Scan Message With Rspamc  ${TESTDIR}/messages/url4.eml


More information about the Commits mailing list