diff --git a/http/handler/api/restream_test.go b/http/handler/api/restream_test.go index 87c20ffb..c75ddbf4 100644 --- a/http/handler/api/restream_test.go +++ b/http/handler/api/restream_test.go @@ -368,7 +368,7 @@ func TestProcessReportAt(t *testing.T) { err = json.Unmarshal(response.Raw, &x) require.NoError(t, err) - require.Equal(t, 2, len(x.History)) + require.Equal(t, 1, len(x.History)) } func TestSearchReportHistory(t *testing.T) {