From be730091aac67601da77ac22ea92ed28af7f8e4e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:12:46 +0000 Subject: [PATCH] chore: use latest patch for systemstest (backport #24621) (#24627) Co-authored-by: Alex | Interchain Labs --- tests/systemtests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/systemtests/go.mod b/tests/systemtests/go.mod index 8f4b63227b..dfe7328eb1 100644 --- a/tests/systemtests/go.mod +++ b/tests/systemtests/go.mod @@ -10,7 +10,7 @@ replace ( require ( cosmossdk.io/math v1.5.3 - cosmossdk.io/systemtests v1.2.0 + cosmossdk.io/systemtests v1.2.1 github.com/cosmos/cosmos-sdk v0.53.0 github.com/stretchr/testify v1.10.0 github.com/tidwall/gjson v1.18.0