Files
plane/apps
Manish Gupta 8294c6531d fix: address Copilot review on PR #9704
Three findings, all in the test file:

- Module docstring referenced test_patch_then_delete_forgery_chain_is_blocked,
  which doesn't exist — the actual test is
  test_patch_then_delete_is_still_403_for_a_plain_member.
- Issue-create and comment-create tests only asserted created_by wasn't
  forged, not created_at, even though the same removed override blocks
  covered both fields. Added a 10-years-back forged created_at to each
  POST body and asserted it lands nowhere near that value.

Co-authored-by: Plane AI <noreply@plane.so>
2026-08-28 09:51:18 +05:30
..