commit cfcecb6: [Minor] Oops, fix test

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Apr 20 19:42:07 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-04-20 20:39:36 +0100
URL: https://github.com/rspamd/rspamd/commit/cfcecb66f88448272a3a0c77e0a4782f6924a822 (HEAD -> master)

[Minor] Oops, fix test

---
 test/functional/cases/300_rbl.robot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Commits mailing list