Skip to content

Commit 1f2bbe6

Browse files
test: removed api key field from ebe calls
1 parent c17aca3 commit 1f2bbe6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/__tests__/api/master/musigRecovery.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)