Skip to content

Commit 3923bb9

Browse files
committed
Update tests
1 parent b3c7ac4 commit 3923bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_downloader.py

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def test_download_dummy_collection_no_errors(self):
124124
"url": f"https://cmr.earthdata.nasa.gov/search/concepts/{dummy_collection}.echo10",
125125
"status_code": 404,
126126
"message": "Something went wrong while downloading the requested metadata. Make sure all the inputs are correct.",
127+
"details": "N/A",
127128
},
128129
}
129130
]
@@ -152,6 +153,7 @@ def test_download_dummy_granule_no_errors(self):
152153
"url": f"https://cmr.earthdata.nasa.gov/search/concepts/{dummy_granule}.echo10",
153154
"status_code": 404,
154155
"message": "Something went wrong while downloading the requested metadata. Make sure all the inputs are correct.",
156+
"details": "N/A",
155157
},
156158
}
157159
]

0 commit comments

Comments
 (0)