Skip to content

Commit

Permalink
fix vc envelope media type
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Dec 19, 2024
1 parent ceecf1f commit 4e45ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/4.13.2-envelopes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Enveloped Verifiable Credentials', function() {
before(async function() {
verifiableCredential = generateEnvelope({
type: 'EnvelopedVerifiableCredential',
id: `data:application/vc+jwt,${vc_jwt}`
id: `data:application/jwt,${vc_jwt}`
});
});
beforeEach(addPerTestMetadata);
Expand Down

0 comments on commit 4e45ec7

Please sign in to comment.