Skip to content

Commit 58beca2

Browse files
committed
HARMONY-1714: Use actual uuid in test
1 parent f55ce21 commit 58beca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ def side_effect_for_get_json(extra_links) -> List[str]:
11651165
def test_get_file_name_staged_link():
11661166
# For staged results, the filename should get prefixed with the work item id, to avoid collisions
11671167
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')
11691169
assert actual_file_name == '1047412_C1254854453-LARC_CLOUD_merged.nc4'
11701170

11711171
def test_get_file_name_non_staged_link():

0 commit comments

Comments
 (0)