commit 4914590: [Test] Try correct settings test

Andrew Lewis nerf at judo.za.org
Thu Nov 16 20:14:04 UTC 2023


Author: Andrew Lewis
Date: 2023-11-16 18:28:19 +0200
URL: https://github.com/rspamd/rspamd/commit/491459016e4f1cb5532bf98a8fa36a7035166032

[Test] Try correct settings test

---
 test/functional/cases/108_settings.robot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/functional/cases/108_settings.robot b/test/functional/cases/108_settings.robot
index 0b4877882..1b51343d0 100644
--- a/test/functional/cases/108_settings.robot
+++ b/test/functional/cases/108_settings.robot
@@ -180,7 +180,7 @@ SETTINGS ID - VIRTUAL HOSTNAME
   Do Not Expect Symbol  SIMPLE_PRE
 
 SETTINGS ID - VIRTUAL SELECTOR
-  Scan File  ${MESSAGE}  Rcpt=user3 at example.com
+  Scan File  ${MESSAGE}  Rcpt=test3 at example.com
   Expect Symbol With Score  SIMPLE_VIRTUAL  10
   Expect Symbol With Score  EXPLICIT_VIRTUAL  10
   Do Not Expect Symbol  SIMPLE_TEST
@@ -190,7 +190,7 @@ SETTINGS ID - VIRTUAL SELECTOR
   Do Not Expect Symbol  SIMPLE_PRE
 
 SETTINGS ID - ANGLED RECIPIENT
-  Scan File  ${MESSAGE}  Rcpt=<user3 at example.com>
+  Scan File  ${MESSAGE}  Rcpt=<test3 at example.com>
   Expect Symbol With Score  SIMPLE_VIRTUAL  10
   Expect Symbol With Score  EXPLICIT_VIRTUAL  10
   Do Not Expect Symbol  SIMPLE_TEST


More information about the Commits mailing list