Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Oct 7, 2024
1 parent e76176f commit 7b597e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/sequential/accreditation/issue-verify-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ test(' Issue and verify a authorize accreditation', async ({ request }) => {
const verifyResponse = await request.post(`/trust-registry/accreditation/verify`, {
data: JSON.stringify({
subjectDid: `${credentialData.subjectDid}`,
didUrl: `did:cheqd:testnet:5RpEg66jhhbmASWPXJRWrA?resourceName=authorizeAccreditation&resourceType=VerifiableAuthorisationForTrustChain`,
didUrl: `${credentialData.issuerDid}`,
resourceName: 'authorizeAccreditation',
resourceType: 'VerifiableAuthorisationForTrustChain',
}),
headers: {
'Content-Type': CONTENT_TYPE.APPLICATION_JSON,
Expand Down

0 comments on commit 7b597e1

Please sign in to comment.