diff --git a/tests/sdc/test_populate.py b/tests/sdc/test_populate.py index e3d39e9..e247849 100644 --- a/tests/sdc/test_populate.py +++ b/tests/sdc/test_populate.py @@ -518,7 +518,7 @@ async def test_fhirpath_failure_populate(aidbox_client, safe_db): "linkId": "patientName", "initialExpression": { "language": "text/fhirpath", - "expression": "%Patient.name.given.toQuantity()", + "expression": "%LaunchPatient.name.given.toQuantity()", }, } ],