We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7ac4 commit 3923bb9Copy full SHA for 3923bb9
tests/test_downloader.py
@@ -124,6 +124,7 @@ def test_download_dummy_collection_no_errors(self):
124
"url": f"https://cmr.earthdata.nasa.gov/search/concepts/{dummy_collection}.echo10",
125
"status_code": 404,
126
"message": "Something went wrong while downloading the requested metadata. Make sure all the inputs are correct.",
127
+ "details": "N/A",
128
},
129
}
130
]
@@ -152,6 +153,7 @@ def test_download_dummy_granule_no_errors(self):
152
153
"url": f"https://cmr.earthdata.nasa.gov/search/concepts/{dummy_granule}.echo10",
154
155
156
157
158
159
0 commit comments