Skip to content

Commit

Permalink
Fix argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Jan 17, 2024
1 parent f9b3bdf commit 4027158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,9 @@ func (tr TestConfig) addChainToGorelayer(
}

chainConfig := fmt.Sprintf(gorelayerChainConfigTemplate,
accountPrefix,
ChainId,
rpcAddr,
accountPrefix,
)

//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
Expand Down

0 comments on commit 4027158

Please sign in to comment.