File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,13 @@ describe('Issuers - BitstringStatusList Credential',
388
388
'as defined in [VC-DATA-MODEL-2.0].' ,
389
389
async function ( ) {
390
390
this . test . link = 'https://www.w3.org/TR/vc-bitstring-status-list/#:~:text=When%20a%20status%20list%20verifiable%20credential%20is%20published%2C%20it%20MUST%20be%20a%20conforming%20document%2C%20as%20defined%20in%20%5BVC%2DDATA%2DMODEL%2D2.0%5D' ;
391
+ should . exist ( issuerResponse ,
392
+ 'Expected an issuer response.' ) ;
393
+ should . not . exist ( err ,
394
+ 'Expected no errors in the issuer response.' ) ;
395
+ issuerResponse . status . should . equal ( 201 ,
396
+ 'Expected response http code 201.' ) ;
397
+ should . exist ( issuedVc , `Expected VC from ${ issuerName } to exist.` ) ;
391
398
for ( statusListCredential of statusListCredentials ) {
392
399
testSlCredential ( { slCredential :
393
400
statusListCredential } ,
You can’t perform that action at this time.
0 commit comments