diff --git a/tests/test_dataset_routes.py b/tests/test_dataset_routes.py index 22e03f2..72a73fa 100644 --- a/tests/test_dataset_routes.py +++ b/tests/test_dataset_routes.py @@ -165,8 +165,8 @@ async def test_register_s3_netcdf_dataset(client_test): # set the path to the netcdf file on s3 s3_path = { - "path": "catalogapi/.hs/netcdf/netcdf_valid.nc.json", - "bucket": "pkdash", + "path": "data/.hs/netcdf/netcdf_valid.nc.json", + "bucket": "catalog-api-test", "endpoint_url": "https://api.minio.cuahsi.io/" }