Skip to content

Commit

Permalink
Fix tests w/provided issuer DID.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Sep 23, 2024
1 parent 22edb6f commit a9816e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mocha/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,14 +520,14 @@ export async function provisionDependencies({
const {data: serviceAgent} = await httpClient.get(
serviceAgentUrl, {agent});

const assertionMethodZcaps = did ? zcaps : {};

// delegate edv, hmac, and key agreement key zcaps to service agent
zcaps = await delegateEdvZcaps({
edvConfig, hmac, keyAgreementKey, serviceAgent,
capabilityAgent
});

const assertionMethodZcaps = did ? zcaps : {};

// delegate zcaps for each cryptosuite
await delegateAssertionMethodZcaps({
envelope, cryptosuites, serviceAgent, capabilityAgent,
Expand Down

0 comments on commit a9816e9

Please sign in to comment.