diff --git a/tests/integration/test_onprem_download.py b/tests/integration/test_onprem_download.py index 999a91ee..619a4974 100644 --- a/tests/integration/test_onprem_download.py +++ b/tests/integration/test_onprem_download.py @@ -38,20 +38,20 @@ class TestParam(TypedDict): "granules_sample_size": 2, "granules_max_size_mb": 100, }, - # { - # "provider_name": "GES_DISC", - # "top_n_collections": 2, - # "granules_count": 100, - # "granules_sample_size": 2, - # "granules_max_size_mb": 130, - # }, - # { - # "provider_name": "LPDAAC", - # "top_n_collections": 2, - # "granules_count": 100, - # "granules_sample_size": 2, - # "granules_max_size_mb": 100, - # }, + { + "provider_name": "GES_DISC", + "n_for_top_collections": 2, + "granules_count": 100, + "granules_sample_size": 2, + "granules_max_size_mb": 130, + }, + { + "provider_name": "LPDAAC_ECS", + "n_for_top_collections": 2, + "granules_count": 100, + "granules_sample_size": 2, + "granules_max_size_mb": 100, + }, ] assertions = unittest.TestCase("__init__")