From 15d9132fb2c91b18dfd6a9db27aa8c69986236df Mon Sep 17 00:00:00 2001 From: Konrad du Plessis Date: Sun, 17 May 2026 01:43:27 +0200 Subject: [PATCH] docs: fix stale AbsenceAttendanceShortcutTests docstring (no Site Report flow) Co-Authored-By: Claude Opus 4.7 (1M context) --- core/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tests.py b/core/tests.py index cb88c48..b61f995 100644 --- a/core/tests.py +++ b/core/tests.py @@ -2804,8 +2804,8 @@ class AbsenceAttendanceShortcutTests(TestCase): Submitting attendance with next_action='log_absences' redirects to /absences/log/ pre-filled with the date / team / project. The - default submit ('log_only' or absent) keeps the existing Site - Report flow.""" + default submit ('log_only' or absent) redirects to the dashboard — + the old Site Report flow was removed 17 May 2026.""" @classmethod def setUpTestData(cls):