Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 13, 2025
1 parent 73d1c5b commit e4db7c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/systemtests/distribution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ func TestDistrValidatorGRPCQueries(t *testing.T) {
invalidHeightOutput := `{"code":"NUMBER", "details":[]interface {}{}, "message":"strconv.ParseUint: parsing \"NUMBER\": invalid syntax"}`

if !systest.IsV2() {
invalidStartingHeightOutput = `{"code":3, "message":"strconv.ParseUint: parsing \"-3\": invalid syntax", "details":[]}`
invalidEndingHeightOutput = invalidStartingHeightOutput
invalidHeightOutput = `{"code":3, "message":"strconv.ParseUint: parsing \"-3\": invalid syntax", "details":[]}`
}

slashTestCases := []systest.RestTestCase{
Expand Down

0 comments on commit e4db7c1

Please sign in to comment.