Skip to content

Commit

Permalink
Use launch context resource name in negative populate fhirpath test
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rl committed Feb 5, 2024
1 parent 52bf6d9 commit 3d98851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sdc/test_populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()",
},
}
],
Expand Down

0 comments on commit 3d98851

Please sign in to comment.