Release: Version v1.1.1 mit stabilem Report-Test

This commit is contained in:
Patrick Asmus
2026-05-14 23:10:43 +02:00
parent 9d57c29394
commit 482454f01b
5 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ func TestGenerateUsesTemplatesAndFullStats(t *testing.T) {
}
defer store.Close()
yesterday := time.Now().AddDate(0, 0, -1)
yesterday := midnight(time.Now()).AddDate(0, 0, -1).Add(12 * time.Hour)
events := []struct {
ip string
domain string