diff --git a/tests/systemtests/export_test.go b/tests/systemtests/export_test.go index 935d7d373957..407d44376ed2 100644 --- a/tests/systemtests/export_test.go +++ b/tests/systemtests/export_test.go @@ -72,7 +72,7 @@ func TestExportCmd_WithHeight(t *testing.T) { if tc.expZeroHeight { require.Equal(t, height, int64(0)) } else { - require.Greater(t, height, int64(0), 1234, res, gjson.Get(res, "initial_height")) + require.Greater(t, height, int64(0), fmt.Sprintf("%s %s", res, gjson.Get(res, "initial_height"))) } // Check consensus params of exported state