fix(reports): Add celery task execution ID to email notification logs (#35807)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Elizabeth Thompson
2025-10-28 15:31:41 -07:00
committed by GitHub
parent 5218b4eea2
commit 61c68f7b8f
7 changed files with 17 additions and 2 deletions

View File

@@ -117,4 +117,4 @@ def test_report_with_header_data(
assert header_data.get("notification_format") == report_schedule.report_format
assert header_data.get("notification_source") == ReportSourceFormat.DASHBOARD
assert header_data.get("notification_type") == report_schedule.type
assert len(send_email_smtp_mock.call_args.kwargs["header_data"]) == 7
assert len(send_email_smtp_mock.call_args.kwargs["header_data"]) == 8