From 5bd3f49e229bf4ddc77b0275531bdbcdf41ab4a7 Mon Sep 17 00:00:00 2001 From: Yiyu Ni Date: Mon, 26 Feb 2024 18:09:03 -0800 Subject: [PATCH] update tests that require credential --- tests/test_zarr.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_zarr.py b/tests/test_zarr.py index e0e04c2..bf7d8f6 100644 --- a/tests/test_zarr.py +++ b/tests/test_zarr.py @@ -1,13 +1,9 @@ import numpy as np from dasstore.zarr import Client -client = Client("shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu") client = Client( "shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu", anon=True ) -client = Client( - "shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu", secure=True -) client = Client( "shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu", anon=True )