Skip to content

Commit

Permalink
test(systemtests): fix mint v2 tests (#22789)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Dec 6, 2024
1 parent 9c40d0f commit 467dc24
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/systemtests/mint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}`
Expand Down

0 comments on commit 467dc24

Please sign in to comment.