From 68b6f7720489c4b739e42f00e6f8b4e767eebee1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 24 Jun 2020 16:18:28 +0100 Subject: [PATCH] [Test] Sigh, another score fix --- test/functional/cases/340_surbl.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5