Skip to content

Commit

Permalink
Fix: objectId emptiness check against serializedSnapshot
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Jan 17, 2024
1 parent 37688ca commit c4a3d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gherkin/features/issue_616/issue_616.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Feature: Review signature workflow in Consent Records
And consent record contains `optIn` field as true
And consent record contains `state` field as signed
And revision contains `signedWithoutObjectId` field as true
And revision contains `objectId` field with empty value
And `serializedSnapshot` contains `objectId` field with empty value
And signature container `signedWithoutObjectReference` field as true
And revision contains `objectReference` field with empty value
And signature contains `objectReference` field with empty value
And signature is verified by recreating the payload from revision in response

Examples:
Expand All @@ -35,9 +35,9 @@ Feature: Review signature workflow in Consent Records
And consent record contains `optIn` field as true
And consent record contains `state` field as signed
And revision contains `signedWithoutObjectId` field as false
And revision contains `objectId` field with "<consentRecordId>"
And `serializedSnapshot` contains `objectId` field with "<consentRecordId>"
And signature container `signedWithoutObjectReference` field as false
And revision contains `objectReference` field with "<revisionId>"
And signature contains `objectReference` field with "<revisionId>"
And signature is verified by recreating the payload from revision in response

Examples:
Expand Down

0 comments on commit c4a3d25

Please sign in to comment.