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