Skip to content

Commit d598d64

Browse files
authored
Avoid empty/missing collections in int. tests (#1207)
1 parent 9fcbb2b commit d598d64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/integration/popular_collections/NSIDC_CPRD.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
C2596864127-NSIDC_CPRD
21
C2670138092-NSIDC_CPRD
32
C2613553260-NSIDC_CPRD
43
C2713030505-NSIDC_CPRD

tests/integration/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
dataset_valid_params = [
1616
{"data_center": "NSIDC", "cloud_hosted": True},
1717
{"keyword": "aerosol", "cloud_hosted": False},
18-
{"daac": "NSIDC", "keyword": "ocean"},
18+
{"daac": "NSIDC", "keyword": "ocean", "cloud_hosted": True},
1919
]
2020

2121
granules_valid_params = [

0 commit comments

Comments
 (0)