Skip to content

Commit

Permalink
Add test.link for verify proofValue.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jul 2, 2024
1 parent 55eea4e commit 9c87334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/suites/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function verifySuite({
'-no-pad-encoded value, an error MUST be raised and SHOULD ' +
'convey an error type of PROOF_VERIFICATION_ERROR.',
async function() {
this.test.link = 'https://w3c.github.io/vc-di-bbs/#:~:text=If%20the%20proofValue%20string%20does%20not%20start%20with%20u%20(U%2B0075%20LATIN%20SMALL%20LETTER%20U)%2C%20indicating%20that%20it%20is%20a%20multibase%2Dbase64url%2Dno%2Dpad%2Dencoded%20value%2C%20an%20error%20MUST%20be%20raised%20and%20SHOULD%20convey%20an%20error%20type%20of%20PROOF_VERIFICATION_ERROR.';
const credential = cloneTestVector(disclosed?.basic);
// intentionally modify proofValue to not start with 'u'
credential.proof.proofValue = 'a' +
Expand Down

0 comments on commit 9c87334

Please sign in to comment.