fix: error_parsing (#21946)

This commit is contained in:
AAfghahi
2022-10-28 19:43:37 -04:00
committed by GitHub
parent d1807db041
commit 33fc57854d
4 changed files with 1 additions and 6 deletions

View File

@@ -110,4 +110,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"]) == 6