Skip to content

Commit ccebb3b

Browse files
committed
[NDR-294] Add specific id to assertion
1 parent 12cb10a commit ccebb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/tests/e2e/api/fhir/test_search_patient_fhir_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_search_patient_details(test_data):
5454

5555
attachment_url = matching_entry["resource"]["content"][0]["attachment"]["url"]
5656
assert (
57-
f"https://{APIM_ENDPOINT}/national-document-repository/FHIR/R4/DocumentReference/{PDM_SNOMED}~"
57+
f"https://{APIM_ENDPOINT}/national-document-repository/FHIR/R4/DocumentReference/{PDM_SNOMED}~{expected_record_id}"
5858
in attachment_url
5959
)
6060

0 commit comments

Comments
 (0)