diff options
Diffstat (limited to 'test/functional/cases/110_statistics/redis-keyed-siphash.robot')
-rw-r--r-- | test/functional/cases/110_statistics/redis-keyed-siphash.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/cases/110_statistics/redis-keyed-siphash.robot b/test/functional/cases/110_statistics/redis-keyed-siphash.robot index cc4320102..b85ae589c 100644 --- a/test/functional/cases/110_statistics/redis-keyed-siphash.robot +++ b/test/functional/cases/110_statistics/redis-keyed-siphash.robot @@ -4,9 +4,9 @@ Suite Teardown Redis Statistics Teardown Resource lib.robot *** Variables *** -${REDIS_SERVER} ${REDIS_ADDR}:${REDIS_PORT} -${STATS_HASH} siphash -${STATS_KEY} ${KEY_PVT1} +${RSPAMD_REDIS_SERVER} ${RSPAMD_REDIS_ADDR}:${RSPAMD_REDIS_PORT} +${RSPAMD_STATS_HASH} siphash +${RSPAMD_STATS_KEY} ${RSPAMD_KEY_PVT1} *** Test Cases *** Learn |