diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-11-16 18:28:19 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-11-16 21:31:39 +0200 |
commit | 491459016e4f1cb5532bf98a8fa36a7035166032 (patch) | |
tree | e59088b654b98b69e1733e6b730c0bc86758df98 /test | |
parent | 2ec6be32a92827c776d61bf39fb5d14e9d669383 (diff) | |
download | rspamd-491459016e4f1cb5532bf98a8fa36a7035166032.tar.gz rspamd-491459016e4f1cb5532bf98a8fa36a7035166032.zip |
[Test] Try correct settings test
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/cases/108_settings.robot | 4 |
1 files 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@example.com + Scan File ${MESSAGE} Rcpt=test3@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@example.com> + Scan File ${MESSAGE} Rcpt=<test3@example.com> Expect Symbol With Score SIMPLE_VIRTUAL 10 Expect Symbol With Score EXPLICIT_VIRTUAL 10 Do Not Expect Symbol SIMPLE_TEST |