Skip to content

Commit

Permalink
Remove mandatoryPointers from basic VC 2.0 credential issuance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Apr 29, 2024
1 parent b5006ab commit af64dc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/mocha/20-credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ describe('issue APIs', () => {
json: {
credential,
options: {
...issueOptions,
mandatoryPointers: ['/issuer']
...issueOptions
}
}
});
Expand Down

0 comments on commit af64dc3

Please sign in to comment.