Skip to content

Commit f491792

Browse files
committed
strip_proto=False
1 parent 1588ce7 commit f491792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/tests/test_spec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_ls_from_cache():
310310
# to actually verify that our stripping in the client
311311
# function works.
312312
assert (
313-
fs.ls("top_level/second_level/", refresh=False, strip_proto=True)
313+
fs.ls("top_level/second_level/", refresh=False, strip_proto=False)
314314
== uncached_results
315315
)
316316

0 commit comments

Comments
 (0)