From af64dc302bbbd9c1a6f5073ceaa7ac192f8eba51 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 29 Apr 2024 20:36:50 +0000 Subject: [PATCH] Remove mandatoryPointers from basic VC 2.0 credential issuance test. --- test/mocha/20-credentials.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/mocha/20-credentials.js b/test/mocha/20-credentials.js index 8a4f16f5..f37e63c6 100644 --- a/test/mocha/20-credentials.js +++ b/test/mocha/20-credentials.js @@ -427,8 +427,7 @@ describe('issue APIs', () => { json: { credential, options: { - ...issueOptions, - mandatoryPointers: ['/issuer'] + ...issueOptions } } });