diff --git a/fsspec/tests/test_spec.py b/fsspec/tests/test_spec.py index 84ccad22e..dc679e32a 100644 --- a/fsspec/tests/test_spec.py +++ b/fsspec/tests/test_spec.py @@ -747,7 +747,7 @@ def test_cache(): def test_cache_not_pickled(server): - fs = fsspec.filesystem("http") + fs = fsspec.filesystem("http", cache_type="readahead") filepath = server.realfile length = 3 f = fs.open(filepath, mode="rb")