Fix missed call of StartTestBackend
This commit is contained in:
parent
14c124aef8
commit
aa2779d3a9
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue