Skip to content

Commit 9ea4709

Browse files
committed
chore: fixed failing test for token_endpoint
1 parent 72f2988 commit 9ea4709

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/issuer-rest/lib/__tests__/ClientIssuerIT.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ describe('VcIssuer', () => {
256256
credentialIssuerMetadata: {
257257
credential_endpoint: 'http://localhost:3456/test/credential-endpoint',
258258
credential_issuer: 'http://localhost:3456/test',
259+
token_endpoint: 'http://localhost:3456/test/token',
259260
credentials_supported: [
260261
{
261262
credentialSubject: {

0 commit comments

Comments
 (0)