Skip to content

Commit

Permalink
update test cases for new invariant on CDS hooks model
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Dec 8, 2024
1 parent 20ced6c commit 153fa92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39015,6 +39015,17 @@
"outcome": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "invariant",
"details": {
"text": "Constraint failed: cds-resp-6: 'If suggestions are present, selectionBehavior MUST also be provided.'"
},
"diagnostics": "[3,6]",
"expression": [
"CDSHooksResponse.cards[0]"
]
},
{
"severity": "error",
"code": "invalid",
Expand Down

0 comments on commit 153fa92

Please sign in to comment.