aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/functional/configs/stats.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/configs/stats.conf b/test/functional/configs/stats.conf
index 4ae576b6e..c03c8b52e 100644
--- a/test/functional/configs/stats.conf
+++ b/test/functional/configs/stats.conf
@@ -42,17 +42,16 @@ classifier {
hash = ${STATS_HASH}
key = ${STATS_KEY}
}
+ backend = ${STATS_BACKEND}
statfile {
symbol = BAYES_SPAM;
path = ${STATSDIR}/rspamd-bats-bayes.spam;
size = 1M;
- backend = ${STATS_BACKEND}
}
statfile {
symbol = BAYES_HAM;
path = ${STATSDIR}/rspamd-bats-bayes.ham;
size = 1M;
- backend = ${STATS_BACKEND}
}
cache {