diff --git a/local-tests/tests/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs.ts b/local-tests/tests/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs.ts index 2fca0422e5..40f980c158 100644 --- a/local-tests/tests/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs.ts +++ b/local-tests/tests/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs.ts @@ -48,7 +48,7 @@ export const testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs = async ( // As a dApp owner, create a capacity delegation authSig for Bob's PKP wallet const capacityDelegationAuthSig = await alice.createCapacityDelegationAuthSig( - [bob.pkp.ethAddress] + [bob.authMethodOwnedPkp.ethAddress] ); // As a dApp owner, delegate the capacity credits NFT to Bob