Commit 94313cf
fix: add missing keychain nocks in sendMany multisig test
The 'should ignore commonKeychain param for multisig wallet' test was
missing nock mocks for backup-key-id and bitgo-key-id. The handler
fetches all 3 keychains to build walletPubs for AWM signing, causing
a 500 when the nocks were absent. Also use .times(2) for user-key-id
since it's fetched both as the signing keychain and in the walletPubs
lookup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b5838f4 commit 94313cf
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| 1029 | + | |
1029 | 1030 | | |
1030 | 1031 | | |
1031 | 1032 | | |
1032 | 1033 | | |
1033 | 1034 | | |
1034 | 1035 | | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
1035 | 1052 | | |
1036 | 1053 | | |
1037 | 1054 | | |
| |||
1072 | 1089 | | |
1073 | 1090 | | |
1074 | 1091 | | |
| 1092 | + | |
| 1093 | + | |
1075 | 1094 | | |
1076 | 1095 | | |
1077 | 1096 | | |
| |||
0 commit comments