mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 19:51:25 +02:00
CompletedAt was set to Now()-1h which falls on "yesterday" when CI runs near midnight UTC, causing the date bucket lookup to miss. Use Now() directly since the test only needs jobs completed "today". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>