Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 5379179

Browse files
committed
Fix migration test
1 parent 23e51e0 commit 5379179

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

repo/migrations/Migration031_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ const postAM01Config = `{
8484
]
8585
},
8686
"ETH": {
87+
"API": [
88+
"https://mainnet.infura.io"
89+
],
8790
"APIPool": [
8891
"https://mainnet.infura.io"
8992
],
@@ -166,6 +169,7 @@ func TestAM01(t *testing.T) {
166169
w := config["Wallets"].(map[string]interface{})
167170
eth := w["ETH"].(map[string]interface{})
168171

172+
AM01AssertAPI(t, eth["API"], "https://mainnet.infura.io")
169173
AM01AssertAPI(t, eth["APIPool"], "https://mainnet.infura.io")
170174
AM01AssertAPI(t, eth["APITestnetPool"], "https://rinkeby.infura.io")
171175

0 commit comments

Comments
 (0)