From e212829fe63a44f070dd2f6d0f6704b0313d1647 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 4 Sep 2019 17:38:32 +0100 Subject: [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@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 -- cgit v1.2.3