Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiyu committed Feb 27, 2024
1 parent 9742c38 commit 938ea1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion tests/test_tiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"shared/niyiyu/dasstore-demo-tiledb",
"s3://shared/niyiyu/dasstore-demo-tiledb",
]
endpoints = ["https://dasway.ess.washington.edu"]
endpoints = [
"https://dasway.ess.washington.edu",
"http://dasway.ess.washington.edu",
"dasway.ess.washington.edu",
]
anons = [True]
times1 = [["2021-11-02T00:00:14", "2021-11-02T00:01:14"]]
times2 = [
Expand Down
6 changes: 5 additions & 1 deletion tests/test_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
from dasstore.zarr import Client

buckets = ["shared/niyiyu/dasstore-demo-zarr", "s3://shared/niyiyu/dasstore-demo-zarr"]
endpoints = ["https://dasway.ess.washington.edu"]
endpoints = [
"https://dasway.ess.washington.edu",
"http://dasway.ess.washington.edu",
"dasway.ess.washington.edu",
]
anons = [True]
times1 = [["2021-11-02T00:00:14", "2021-11-02T00:01:14"]]
times2 = [
Expand Down

0 comments on commit 938ea1b

Please sign in to comment.