From 467dc245bcf5d52d9989ea6925cbb3a523ce1673 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 6 Dec 2024 14:57:12 +0100 Subject: [PATCH] test(systemtests): fix mint v2 tests (#22789) --- tests/systemtests/mint_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/systemtests/mint_test.go b/tests/systemtests/mint_test.go index d1c43bd9d863..e6712c4af327 100644 --- a/tests/systemtests/mint_test.go +++ b/tests/systemtests/mint_test.go @@ -40,13 +40,6 @@ func TestMintQueries(t *testing.T) { baseurl := systest.Sut.APIAddress() blockHeightHeader := "x-cosmos-block-height" queryAtHeight := "1" - - // TODO: check why difference in values when querying with height between v1 and v2 - // ref: https://github.com/cosmos/cosmos-sdk/issues/22302 - if systest.IsV2() { - queryAtHeight = "2" - } - paramsResp := `{"params":{"mint_denom":"stake","inflation_rate_change":"0.130000000000000000","inflation_max":"1.000000000000000000","inflation_min":"0.000000000000000000","goal_bonded":"0.670000000000000000","blocks_per_year":"6311520","max_supply":"0"}}` inflationResp := `{"inflation":"1.000000000000000000"}` annualProvisionsResp := `{"annual_provisions":"2000000000.000000000000000000"}`