Skip to content

Commit 402a792

Browse files
committed
fix test
1 parent b8bfc4e commit 402a792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/provider/test_filesystem_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_query(config):
5454

5555
r = p.get_data_path(baseurl, urlpath, dirpath)
5656

57-
assert len(r['links']) == 12
57+
assert len(r['links']) == 13
5858

5959
r = p.get_data_path(baseurl, urlpath, '/poi_portugal')
6060

0 commit comments

Comments
 (0)