aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/110_statistics/redis-plain-siphash.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/110_statistics/redis-plain-siphash.robot')
-rw-r--r--test/functional/cases/110_statistics/redis-plain-siphash.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/cases/110_statistics/redis-plain-siphash.robot b/test/functional/cases/110_statistics/redis-plain-siphash.robot
index 99a5baf18..790a63eab 100644
--- a/test/functional/cases/110_statistics/redis-plain-siphash.robot
+++ b/test/functional/cases/110_statistics/redis-plain-siphash.robot
@@ -1,11 +1,11 @@
*** 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} siphash
+${RSPAMD_STATS_HASH} siphash
*** Test Cases ***
Learn