Skip to content

Commit

Permalink
Update tests/e2e/e2e_setup_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Mar 11, 2022
1 parent 1fcc72e commit aa18878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func (s *IntegrationTestSuite) runIBCRelayer() {
s.hermesResource, err = s.dkrPool.RunWithOptions(
&dockertest.RunOptions{
Name: fmt.Sprintf("%s-%s-relayer", s.chainA.id, s.chainB.id),
Repository: "cosmos/hermes-e2e",
Repository: "ghcr.io/cosmos/hermes-e2e",
Tag: "latest",
NetworkID: s.dkrNet.Network.ID,
Mounts: []string{
Expand Down

0 comments on commit aa18878

Please sign in to comment.