From ec2cda0dc1ef32d7f822d8e48a79736802c4aa34 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:01:52 -0700 Subject: [PATCH] docs: drop internal task-number reference from AI chat migration test docstring Co-Authored-By: Claude Sonnet 5 --- src/documents/tests/test_permission_filtering_security.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/documents/tests/test_permission_filtering_security.py b/src/documents/tests/test_permission_filtering_security.py index 9cc31ab11..ba5522cb4 100644 --- a/src/documents/tests/test_permission_filtering_security.py +++ b/src/documents/tests/test_permission_filtering_security.py @@ -166,8 +166,7 @@ class TestAiChatAllDocumentsPermissionBoundary: (ChatStreamingView.post, no document_id) to the same owner/permission boundary enforced by permitted_document_ids(). This call site was migrated from get_objects_for_user_owner_aware() to - permitted_document_ids() in Task 5; this test must stay green across - that swap. + permitted_document_ids(); this test must stay green across that swap. """ ENDPOINT = "/api/documents/chat/"