From 35051853be7c58ca07cad01f0dde05b31cbe792b Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Mon, 11 Sep 2023 12:45:10 -0500 Subject: [PATCH] Fix test_dataset_search_returns_valid_results integration test --- tests/integration/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_api.py b/tests/integration/test_api.py index 32500590..d4848d60 100644 --- a/tests/integration/test_api.py +++ b/tests/integration/test_api.py @@ -21,7 +21,7 @@ dataset_valid_params = [ {"data_center": "NSIDC", "cloud_hosted": True}, {"keyword": "aerosol", "cloud_hosted": False}, - {"daac": "PODAAC", "keyword": "ocean"}, + {"daac": "NSIDC", "keyword": "ocean"}, ] granules_valid_params = [