aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/110_statistics/redis-keyed-xxhash.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/110_statistics/redis-keyed-xxhash.robot')
-rw-r--r--test/functional/cases/110_statistics/redis-keyed-xxhash.robot8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/cases/110_statistics/redis-keyed-xxhash.robot b/test/functional/cases/110_statistics/redis-keyed-xxhash.robot
index f62d6bbd9..928a9ea14 100644
--- a/test/functional/cases/110_statistics/redis-keyed-xxhash.robot
+++ b/test/functional/cases/110_statistics/redis-keyed-xxhash.robot
@@ -1,12 +1,12 @@
*** Settings ***
-Suite Setup Redis Statistics Setup
-Suite Teardown Redis Statistics Teardown
+Suite Setup Rspamd Redis Setup
+Suite Teardown Rspamd Redis Teardown
Resource lib.robot
*** Variables ***
${RSPAMD_REDIS_SERVER} ${RSPAMD_REDIS_ADDR}:${RSPAMD_REDIS_PORT}
-${RSPAMD_STATS_HASH} xxhash
-${RSPAMD_STATS_KEY} ${RSPAMD_KEY_PVT1}
+${RSPAMD_STATS_HASH} xxhash
+${RSPAMD_STATS_KEY} ${RSPAMD_KEY_PVT1}
*** Test Cases ***
Learn