Skip to content

Commit

Permalink
fix verifier name
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchawla009 committed Dec 10, 2024
1 parent b987009 commit 09965fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ export const loginWithSFA = async ({
const { idToken, parsedToken } = login ? await login(email) : await mockLogin(email);
await instance.init();
const nodeDetails = await instance.torusSp.customAuthInstance.nodeDetailManager.getNodeDetails({
verifier: "torus-key-test",
verifier: "torus-test-health",
verifierId: parsedToken.email,
})
return await instance.torusSp.customAuthInstance.torus.retrieveShares({
idToken,
nodePubkeys: nodeDetails.torusNodePub,
verifier: "torus-key-test",
verifier: "torus-test-health",
verifierParams: {
verifier_id: parsedToken.email,
},
Expand Down

0 comments on commit 09965fd

Please sign in to comment.