Skip to content

Commit

Permalink
Add another mandatory pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Dec 2, 2024
1 parent 5a55291 commit 2fa45d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/30-bbs-interop.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ const {
holderSettings.holderName).endpoints;
const vcHolder = vcHolders.find(endpoint => endpoint.tags.has(tag));
({disclosedCredential} = await createDisclosedVc({
selectivePointers: ['/credentialSubject/id'],
selectivePointers: [
'/credentialSubject/id',
'/credentialSubject/driverLicense/issuingAuthority'
],
signedCredential: issuedVc,
vcHolder
}));
Expand Down

0 comments on commit 2fa45d4

Please sign in to comment.