Skip to content

Commit

Permalink
[#105] using a test bucket for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Apr 4, 2024
1 parent 041b22d commit d8ea4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dataset_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}

Expand Down

0 comments on commit d8ea4d4

Please sign in to comment.