@@ -55,7 +55,6 @@ describe('POST /api/:coin/wallet/recovery', () => {
5555 . post ( `/api/${ coin } /multisig/recovery` , {
5656 userPub : ethRecoveryData . userKey ,
5757 backupPub : ethRecoveryData . backupKey ,
58- apiKey : 'etherscan-api-token' ,
5958 unsignedSweepPrebuildTx : ethRecoveryData . unsignedSweepPrebuildTx ,
6059 coinSpecificParams : undefined ,
6160 walletContractAddress : ethRecoveryData . walletContractAddress ,
@@ -108,7 +107,6 @@ describe('POST /api/:coin/wallet/recovery', () => {
108107 . send ( {
109108 userPub : ethRecoveryData . userKey ,
110109 backupPub : ethRecoveryData . backupKey ,
111- apiKey : 'etherscan-api-token' ,
112110 walletContractAddress : ethRecoveryData . walletContractAddress ,
113111 recoveryDestinationAddress : undefined ,
114112 } ) ;
@@ -123,7 +121,6 @@ describe('POST /api/:coin/wallet/recovery', () => {
123121 . set ( 'Authorization' , `Bearer ${ accessToken } ` )
124122 . send ( {
125123 backupPub : ethRecoveryData . backupKey ,
126- apiKey : 'etherscan-api-token' ,
127124 walletContractAddress : ethRecoveryData . walletContractAddress ,
128125 recoveryDestinationAddress : undefined ,
129126 } ) ;
0 commit comments