Skip to content

Commit fd384c9

Browse files
committed
chore: removed commented code
1 parent f655bf0 commit fd384c9

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

packages/client/lib/__tests__/IT.spec.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)