summaryrefslogtreecommitdiff
path: root/tests/integration/test_filesystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/test_filesystem.py')
-rw-r--r--tests/integration/test_filesystem.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/test_filesystem.py b/tests/integration/test_filesystem.py
index dfe9414..99625c4 100644
--- a/tests/integration/test_filesystem.py
+++ b/tests/integration/test_filesystem.py
@@ -39,7 +39,6 @@ class TestFileDict(BaseStorageTest):
rmtree(CACHE_NAME, ignore_errors=True)
def init_cache(self, index=0, clear=True, **kwargs):
- kwargs.setdefault('serializer', 'pickle')
cache = FileDict(f'{CACHE_NAME}_{index}', use_temp=True, **kwargs)
if clear:
cache.clear()