File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1165,7 +1165,7 @@ def side_effect_for_get_json(extra_links) -> List[str]:
1165
1165
def test_get_file_name_staged_link ():
1166
1166
# For staged results, the filename should get prefixed with the work item id, to avoid collisions
1167
1167
client = Client (should_validate_auth = False )
1168
- actual_file_name = client .get_filename_from_url ('https://harmony.earthdata.nasa.gov/service-results/staging-bucket/a36337f4-3e4b-4x57-ba26-a484a5877f3a /1047412/C1254854453-LARC_CLOUD_merged.nc4' )
1168
+ actual_file_name = client .get_filename_from_url ('https://harmony.earthdata.nasa.gov/service-results/staging-bucket/a7aee059-7531-4388-86e0-85af1de9c31a /1047412/C1254854453-LARC_CLOUD_merged.nc4' )
1169
1169
assert actual_file_name == '1047412_C1254854453-LARC_CLOUD_merged.nc4'
1170
1170
1171
1171
def test_get_file_name_non_staged_link ():
You can’t perform that action at this time.
0 commit comments