Skip to content

Commit

Permalink
Expect fhirpath expression in negative populate test OperationOutcome
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rl committed Feb 5, 2024
1 parent 3d98851 commit f76008a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sdc/test_populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,12 +544,12 @@ async def test_fhirpath_failure_populate(aidbox_client, safe_db):
{
"severity": "fatal",
"code": "invalid",
"diagnostics": 'Error: Could not convert to quantity: input collection contains multiple items',
"diagnostics": 'Error: "%LaunchPatient.name.given.toQuantity()" - Could not convert to quantity: input collection contains multiple items',
}
],
"text": {
"status": "generated",
"div": 'Error: Could not convert to quantity: input collection contains multiple items',
"div": 'Error: "%LaunchPatient.name.given.toQuantity()" - Could not convert to quantity: input collection contains multiple items',
},
}
return
Expand Down

0 comments on commit f76008a

Please sign in to comment.