diff --git a/tests/e2e/actions.go b/tests/e2e/actions.go index 127a10c8f2..702a82d5cd 100644 --- a/tests/e2e/actions.go +++ b/tests/e2e/actions.go @@ -332,6 +332,7 @@ func (tr TestRun) submitConsumerRemovalProposal( `--home`, tr.getValidatorHome(action.chain, action.from), `--node`, tr.getValidatorNode(action.chain, action.from), `--gas`, `auto`, + `-b`, `block`, `--keyring-backend`, `test`, `-y`, ).CombinedOutput()