We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557715 commit a6adb1fCopy full SHA for a6adb1f
intake_xarray/tests/test_remote.py
@@ -49,7 +49,7 @@ def data_server():
49
def test_http_server_files(data_server):
50
test_files = ['RGB.byte.tif', 'example_1.nc', 'example_2.nc', 'little_green.tif', 'little_red.tif']
51
h = fsspec.filesystem("http")
52
- out = h.glob(data_server + '/')
+ out = h.glob(data_server + '/*')
53
assert len(out) > 0
54
assert set([data_server+'/'+x for x in test_files]).issubset(set(out))
55
0 commit comments