chore(@embark/embark): fix embark config test

This commit is contained in:
Jonathan Rainville 2019-12-13 11:10:31 -05:00 committed by Michael Bradley
parent 60f4d2f27f
commit a9c91c9503
1 changed files with 3 additions and 3 deletions

View File

@ -166,13 +166,13 @@ describe('embark.Config', function () {
"miningMode": "dev"
},
"datadir": ".embark/extNetwork/datadir",
"rpcHost": "localhost",
"rpcPort": 8545,
"rpcHost": "mynetwork.com",
"rpcPort": undefined,
"rpcCorsDomain": {
"auto": true,
"additionalCors": []
},
"wsRPC": true,
"wsRPC": false,
"wsOrigins": {
"auto": true,
"additionalCors": []