diff --git a/tests/e2e/actions.go b/tests/e2e/actions.go index 6476f39d79..4029d57306 100644 --- a/tests/e2e/actions.go +++ b/tests/e2e/actions.go @@ -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.