Skip to content

Commit

Permalink
chore: fixed failing test for token_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Jun 12, 2024
1 parent 72f2988 commit 9ea4709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/issuer-rest/lib/__tests__/ClientIssuerIT.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ describe('VcIssuer', () => {
credentialIssuerMetadata: {
credential_endpoint: 'http://localhost:3456/test/credential-endpoint',
credential_issuer: 'http://localhost:3456/test',
token_endpoint: 'http://localhost:3456/test/token',
credentials_supported: [
{
credentialSubject: {
Expand Down

0 comments on commit 9ea4709

Please sign in to comment.