Skip to content

Commit e259ace

Browse files
committed
test corner case
1 parent 05baa1b commit e259ace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_bigger_data.py

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ def test_ps(tmp_path):
147147

148148

149149
def test_ps_implicit_storage_type(tmp_path):
150+
"""
151+
Test a Minio S3 file that's not behind a HTTPS URI
152+
s3://pyactivestorage/common_cl_a.nc
153+
"""
150154
ncfile = save_cl_file_with_a(tmp_path)
151155
active = Active(ncfile, "ps")
152156
active._version = 0

0 commit comments

Comments
 (0)