Skip to content

Commit 8919743

Browse files
committed
Fix e2e test
1 parent 1fdee17 commit 8919743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/e2e_setup_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func (s *IntegrationTestSuite) initValidatorConfigs(c *chain) {
225225
vpr.SetConfigFile(tmCfgPath)
226226
s.Require().NoError(vpr.ReadInConfig())
227227

228-
valConfig := &tmconfig.Config{}
228+
valConfig := tmconfig.DefaultConfig()
229229
s.Require().NoError(vpr.Unmarshal(valConfig))
230230

231231
valConfig.P2P.ListenAddress = "tcp://0.0.0.0:26656"
@@ -347,7 +347,7 @@ func (s *IntegrationTestSuite) runIBCRelayer() {
347347
&dockertest.RunOptions{
348348
Name: fmt.Sprintf("%s-%s-relayer", s.chainA.id, s.chainB.id),
349349
Repository: "ghcr.io/cosmos/hermes-e2e",
350-
Tag: "latest",
350+
Tag: "0.12.0",
351351
NetworkID: s.dkrNet.Network.ID,
352352
Mounts: []string{
353353
fmt.Sprintf("%s/:/root/hermes", hermesCfgPath),

0 commit comments

Comments
 (0)