Skip to content

Commit

Permalink
run hermes commands as root
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbyquerby committed Aug 5, 2022
1 parent 032e30d commit 9870ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/e2e_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (s *IntegrationTestSuite) connectIBCChains() {
AttachStdout: true,
AttachStderr: true,
Container: s.hermesResource.Container.ID,
User: "nonroot",
User: "root",
Cmd: []string{
"hermes",
"create",
Expand Down Expand Up @@ -137,7 +137,7 @@ func (s *IntegrationTestSuite) sendIBC(srcChainID, dstChainID, recipient string,
AttachStdout: true,
AttachStderr: true,
Container: s.hermesResource.Container.ID,
User: "nonroot",
User: "root",
Cmd: []string{
"hermes",
"tx",
Expand Down

0 comments on commit 9870ca4

Please sign in to comment.