summaryrefslogtreecommitdiff
path: root/tests/integration/test_redis.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/test_redis.py')
-rw-r--r--tests/integration/test_redis.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/test_redis.py b/tests/integration/test_redis.py
index 4c74d68..2a34899 100644
--- a/tests/integration/test_redis.py
+++ b/tests/integration/test_redis.py
@@ -33,6 +33,7 @@ class TestRedisHashDict(TestRedisDict):
storage_class = RedisHashDict
num_instances: int = 10 # Supports multiple instances, since this stores items under hash keys
picklable = True
+ init_kwargs = {'serializer': 'pickle'}
class TestRedisCache(BaseCacheTest):