This commit is contained in:
Ingo Oppermann
2023-04-05 12:21:19 +02:00
parent ec4607aec8
commit 7372b3210d

View File

@@ -368,7 +368,7 @@ func TestProcessReportAt(t *testing.T) {
err = json.Unmarshal(response.Raw, &x) err = json.Unmarshal(response.Raw, &x)
require.NoError(t, err) require.NoError(t, err)
require.Equal(t, 2, len(x.History)) require.Equal(t, 1, len(x.History))
} }
func TestSearchReportHistory(t *testing.T) { func TestSearchReportHistory(t *testing.T) {