From 03e740ce0e62ff17185a7d5561946429eea32e5b Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Fri, 19 Jan 2024 16:55:27 +0100 Subject: [PATCH] fix consumer-misb e2e test --- tests/e2e/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/config.go b/tests/e2e/config.go index 1ae52b8c50..c2079af0c3 100644 --- a/tests/e2e/config.go +++ b/tests/e2e/config.go @@ -548,6 +548,7 @@ func ConsumerMisbehaviourTestConfig() TestConfig { }, ChainID("consu"): { ChainId: ChainID("consu"), + AccountPrefix: ConsumerAccountPrefix, BinaryName: "interchain-security-cd", IpPrefix: "7.7.8", VotingWaitTime: 20,