File tree Expand file tree Collapse file tree
packages/client/lib/__tests__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -391,21 +391,6 @@ describe('OIDVCI-Client for v1_0_13 should', () => {
391391 nock . cleanAll ( ) ;
392392 } ) ;
393393
394- /*function succeedWithAFullFlowWithClientSetup() {
395- nock(IDENTIPROOF_ISSUER_URL).get('/.well-known/openid-credential-issuer').reply(200, JSON.stringify(IDENTIPROOF_OID4VCI_METADATA));
396- nock(IDENTIPROOF_AS_URL).get('/.well-known/oauth-authorization-server').reply(200, JSON.stringify(IDENTIPROOF_AS_METADATA));
397- nock(IDENTIPROOF_AS_URL).get(WellKnownEndpoints.OPENID_CONFIGURATION).reply(404, {});
398- nock(IDENTIPROOF_AS_URL)
399- .post(/oauth2\/token.*!/)
400- .reply(200, JSON.stringify(mockedAccessTokenResponse));
401- nock(ISSUER_URL)
402- .post(/credential/)
403- .reply(200, {
404- format: 'jwt-vc',
405- credential: mockedVC,
406- });
407- }*/
408-
409394 it ( 'should successfully resolve the credential offer URI' , async ( ) => {
410395 const uri = 'https://mijnkvk.acc.credenco.com/openid4vc/credentialOffer?id=32fc4ebf-9e31-4149-9877-e3c0b602d559' ;
411396
You can’t perform that action at this time.
0 commit comments