diff options
Diffstat (limited to 'test/functional/cases/110_statistics/redis-plain-siphash.robot')
-rw-r--r-- | test/functional/cases/110_statistics/redis-plain-siphash.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/cases/110_statistics/redis-plain-siphash.robot b/test/functional/cases/110_statistics/redis-plain-siphash.robot index 10e28a26b..99a5baf18 100644 --- a/test/functional/cases/110_statistics/redis-plain-siphash.robot +++ b/test/functional/cases/110_statistics/redis-plain-siphash.robot @@ -4,8 +4,8 @@ Suite Teardown Redis Statistics Teardown Resource lib.robot *** Variables *** -${REDIS_SERVER} ${REDIS_ADDR}:${REDIS_PORT} -${STATS_HASH} siphash +${RSPAMD_REDIS_SERVER} ${RSPAMD_REDIS_ADDR}:${RSPAMD_REDIS_PORT} +${RSPAMD_STATS_HASH} siphash *** Test Cases *** Learn |