Fix missed call of StartTestBackend

This commit is contained in:
Alexander Ewetumo 2017-10-23 17:22:19 +01:00
parent 14c124aef8
commit aa2779d3a9
1 changed files with 1 additions and 4 deletions

View File

@ -312,10 +312,7 @@ func (s *TransactionsTestSuite) TestSendEtherTxUpstream() {
// FIXME(tiabc): Stop skipping after https://github.com/status-im/status-go/issues/424 // FIXME(tiabc): Stop skipping after https://github.com/status-im/status-go/issues/424
s.T().Skip() s.T().Skip()
s.StartTestBackend( s.StartTestBackend(e2e.WithUpstream("https://ropsten.infura.io/z6GCTmjdP3FETEJmMBI4"))
params.RopstenNetworkID,
e2e.WithUpstream("https://ropsten.infura.io/z6GCTmjdP3FETEJmMBI4"),
)
defer s.StopTestBackend() defer s.StopTestBackend()
err := s.Backend.AccountManager().SelectAccount(TestConfig.Account1.Address, TestConfig.Account1.Password) err := s.Backend.AccountManager().SelectAccount(TestConfig.Account1.Address, TestConfig.Account1.Password)