diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-08-16 13:06:30 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-08-16 13:06:30 +0100 |
commit | e88ab8ee93e49b9f2ebc7d2026f5c5ad642ff808 (patch) | |
tree | 6c95d481383d0bc99d6511c8aecb304cdc9113e1 /test | |
parent | 973beec4a62b941aa9d225eb48e095c41e484de3 (diff) | |
download | rspamd-e88ab8ee93e49b9f2ebc7d2026f5c5ad642ff808.tar.gz rspamd-e88ab8ee93e49b9f2ebc7d2026f5c5ad642ff808.zip |
[Test] Fix broken test
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/grow_factor-local.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/configs/grow_factor-local.conf b/test/functional/configs/grow_factor-local.conf index cdf1bf436..80b60b43b 100644 --- a/test/functional/configs/grow_factor-local.conf +++ b/test/functional/configs/grow_factor-local.conf @@ -6,3 +6,7 @@ metric { greylist = 4; } } + +options { + check_all_filters = true; +}
\ No newline at end of file |