From 863915e43e6a06a1e707487bc241bb4f24d9e2a2 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Mon, 7 Aug 2023 16:21:51 +0200 Subject: [PATCH] chore: fix brokene gov prop submit --- tests/e2e/actions.go | 1 + 1 file changed, 1 insertion(+) 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()