mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
fix: error_parsing (#21946)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user