commit e212829: [Minor] Slightly tune the test

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Sep 4 20:49:05 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-09-04 17:38:32 +0100
URL: https://github.com/rspamd/rspamd/commit/e212829fe63a44f070dd2f6d0f6704b0313d1647

[Minor] Slightly tune the test

---
 test/functional/cases/123_whitelist.robot | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/functional/cases/123_whitelist.robot b/test/functional/cases/123_whitelist.robot
index 07eb848cf..83b652b19 100644
--- a/test/functional/cases/123_whitelist.robot
+++ b/test/functional/cases/123_whitelist.robot
@@ -23,6 +23,7 @@ WHITELISTS
   ${result} =  Scan Message With Rspamc  ${M_DMARC_OK}  -i  8.8.4.4  -F  foo at spf.cacophony.za.org
   Check Rspamc  ${result}  WHITELIST_DKIM (-
   Should Contain  ${result.stdout}  STRICT_DMARC (-
+  Should Contain  ${result.stdout}  WHITELIST_SPF_DKIM (-
   Should Contain  ${result.stdout}  WHITELIST_DDS (-
   Should Contain  ${result.stdout}  WHITELIST_DMARC (-
   Should Contain  ${result.stdout}  WHITELIST_DMARC_DKIM (-
@@ -81,7 +82,7 @@ VALID SPF and NO DKIM
   Should Not Contain  ${result.stdout}  R_DKIM_REJECT (
   Should Not Contain  ${result.stdout}  WHITELIST_SPF_DKIM (
   Should Not Contain  ${result.stdout}  R_DKIM_ALLOW (
-  
+
 *** Keywords ***
 Whitelist Setup
   ${PLUGIN_CONFIG} =  Get File  ${TESTDIR}/configs/whitelist.conf


More information about the Commits mailing list