test(systemtests): fix mint v2 tests (#22789)
This commit is contained in:
parent
9c40d0f6d6
commit
467dc245bc
@ -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"}`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user