Python: [Purview] Update CorrelationId (#3745)

This commit is contained in:
Rishabh Chawla
2026-02-10 11:19:14 -08:00
committed by GitHub
Unverified
parent f106a1a2b1
commit 7e7d72275d
13 changed files with 245 additions and 29 deletions
@@ -92,7 +92,7 @@ class TestScopedContentProcessor:
assert should_block is False
assert user_id is None
mock_map.assert_called_once_with(messages, Activity.UPLOAD_TEXT, None)
mock_map.assert_called_once_with(messages, Activity.UPLOAD_TEXT, None, None)
async def test_process_messages_blocks_content(
self, processor: ScopedContentProcessor, process_content_request_factory