mirror of
https://github.com/makeplane/plane.git
synced 2026-08-29 10:08:51 +02:00
>FORGED_CREATED_AT + timedelta(days=1) only proved the value wasn't the exact forged timestamp (or within a day of it) — a stale-but-different value would still pass. Replaced with a tolerance window around the actual request time, applied identically to both the issue-create and comment-create tests via a shared helper. Co-authored-by: Plane AI <noreply@plane.so>