diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-25 09:53:25 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-25 09:53:25 +0100 |
commit | fe95fc9e1b9914c0a5307cddf8134778197dd4ea (patch) | |
tree | 8d45cb8fd4c4865b44817a4c7a60cbd9065e53c6 /test/functional | |
parent | ec610e3d29d2ecb5bf6a1bc450f3d1dab4e84fb6 (diff) | |
download | rspamd-fe95fc9e1b9914c0a5307cddf8134778197dd4ea.tar.gz rspamd-fe95fc9e1b9914c0a5307cddf8134778197dd4ea.zip |
[Fix] Settings: Fix settings check flags
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/cases/108_settings.robot | 2 | ||||
-rw-r--r-- | test/functional/configs/settings.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/cases/108_settings.robot b/test/functional/cases/108_settings.robot index 071ad88d7..2fc27ea70 100644 --- a/test/functional/cases/108_settings.robot +++ b/test/functional/cases/108_settings.robot @@ -107,7 +107,7 @@ SETTINGS ID - VIRTUAL SETTINGS ID - VIRTUAL GROUP ${result} = Scan Message With Rspamc ${MESSAGE} --header Settings-Id=id_virtual_group - Check Rspamc ${result} SIMPLE_VIRTUAL + Check Rspamc ${result} SIMPLE_VIRTUAL (10 Should Not Contain ${result.stdout} SIMPLE_TEST Should Not Contain ${result.stdout} SIMPLE_VIRTUAL1 Should Not Contain ${result.stdout} SIMPLE_POST diff --git a/test/functional/configs/settings.conf b/test/functional/configs/settings.conf index 11f7139e5..d46c46b30 100644 --- a/test/functional/configs/settings.conf +++ b/test/functional/configs/settings.conf @@ -23,6 +23,7 @@ settings { id_virtual_group { apply { groups_enabled = ["vg"]; + SIMPLE_VIRTUAL = 10.0; } } } |