Skip to content

Commit 101c777

Browse files
committed
update tests to use new uri
1 parent 153bc4d commit 101c777

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_fs_plugins.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
)
3232

3333

34-
S3_URI = "s3e"
34+
S3_URI = "s3"
3535
AZ_URI = "az"
36-
HDFS_URI = "hdfse"
37-
VIEWFS_URI = "viewfse"
38-
HAR_URI = "hare"
39-
GCS_URI = "gse"
36+
HDFS_URI = "hdfs"
37+
VIEWFS_URI = "viewfs"
38+
HAR_URI = "har"
39+
GCS_URI = "gs"
4040
ALL_URI = {S3_URI, AZ_URI, HDFS_URI, VIEWFS_URI, HAR_URI, GCS_URI}
4141

4242

0 commit comments

Comments
 (0)