Skip to content

Commit 2030d8d

Browse files
committed
Change test storage_type to https
1 parent 0c38b26 commit 2030d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_real_https.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_https_reductionist():
3838
"""Run a true test with a https FILE."""
3939
test_file_uri = "https://esgf.ceda.ac.uk/thredds/fileServer/esg_cmip6/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/ssp370SST-lowNTCF/r1i1p1f2/Amon/cl/gn/latest/cl_Amon_UKESM1-0-LL_ssp370SST-lowNTCF_r1i1p1f2_gn_205001-209912.nc"
4040

41-
active = Active(test_file_uri, "cl")
41+
active = Active(test_file_uri, "cl", storage_type="https")
4242
active._version = 2
4343
result = active.min()[0:3, 4:6, 7:9]
4444
print("Result is", result)

0 commit comments

Comments
 (0)