Skip to content

Commit fde60eb

Browse files
committed
correct test
1 parent 16fdb0a commit fde60eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_active.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def test_get_endpoint_url():
161161
}
162162
uri = "tests/test_data/cesm2_native.nc"
163163
ncvar = "TREFHT"
164-
active = Active(uri, ncvar=ncvar, storage_options=storage_options)
164+
active = Active(uri, ncvar=ncvar, storage_type="s3",
165+
storage_options=storage_options)
165166
ep_url = Active._get_endpoint_url(active)
166167
assert ep_url == "https://cow.moo"

0 commit comments

Comments
 (0)