Skip to content

Commit

Permalink
fix: fixed ClientIssuerIT.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed May 16, 2024
1 parent ac64053 commit c5be065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/issuer-rest/lib/__tests__/ClientIssuerIT.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ describe('VcIssuer', () => {
},
},
},
credentials: { UniversityDegree_JWT: { format: 'ldp_vc', id: 'UniversityDegree_JWT' } as CredentialSupported },
credentials: { UniversityDegree_JWT: { format: 'ldp_vc', credential_definition: {
type: ['VerifiableCredential']
} } as CredentialConfigurationSupportedV1_0_13 },
scheme: 'http',
})
.then((response) => response.uri)
Expand Down

0 comments on commit c5be065

Please sign in to comment.