diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-15 10:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 10:46:11 +0100 |
commit | e0accce581bbc83458cf8d720801f3480e62a36b (patch) | |
tree | a822a3d7a6cae9f8456ac82aff24e7cf72bd8358 /test/functional/configs | |
parent | ec8deb48a9ee15f9fae84ae0ab4314e8600f7351 (diff) | |
parent | 478a75e719c8c8bf2333465a34ccf3991746d141 (diff) | |
download | rspamd-e0accce581bbc83458cf8d720801f3480e62a36b.tar.gz rspamd-e0accce581bbc83458cf8d720801f3480e62a36b.zip |
Merge pull request #846 from fatalbanana/fuzzytest
[Test] Rework fuzzy tests
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/fuzzy.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/configs/fuzzy.conf b/test/functional/configs/fuzzy.conf index e8d5db628..fcd744f92 100644 --- a/test/functional/configs/fuzzy.conf +++ b/test/functional/configs/fuzzy.conf @@ -50,6 +50,7 @@ fuzzy_check { min_bytes = 100; rule { + algorithm = "${ALGORITHM}"; servers = "${LOCAL_ADDR}:${PORT_FUZZY}"; symbol = "R_TEST_FUZZY"; max_score = 10.0; |