diff options
Diffstat (limited to 'test/functional/cases/110_statistics/redis-plain-xxhash.robot')
-rw-r--r-- | test/functional/cases/110_statistics/redis-plain-xxhash.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/cases/110_statistics/redis-plain-xxhash.robot b/test/functional/cases/110_statistics/redis-plain-xxhash.robot index 755ccfb89..55e7524a3 100644 --- a/test/functional/cases/110_statistics/redis-plain-xxhash.robot +++ b/test/functional/cases/110_statistics/redis-plain-xxhash.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} xxhash +${RSPAMD_STATS_HASH} xxhash *** Test Cases *** Learn |