Skip to content

Commit a054b75

Browse files
committed
fix vc envelope media type
Signed-off-by: PatStLouis <[email protected]>
1 parent 55738b4 commit a054b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/4.13.2-envelopes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Enveloped Verifiable Credentials', function() {
4141
before(async function() {
4242
verifiableCredential = generateEnvelope({
4343
type: 'EnvelopedVerifiableCredential',
44-
id: `data:application/vc+jwt,${vc_jwt}`
44+
id: `data:application/jwt,${vc_jwt}`
4545
});
4646
});
4747
beforeEach(addPerTestMetadata);

0 commit comments

Comments
 (0)