mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
feat: fine-grain chart data telemetry (#31273)
This commit is contained in:
@@ -1710,7 +1710,7 @@ def test_alert_limit_is_applied(
|
||||
with patch.object(
|
||||
create_alert_email_chart.database.db_engine_spec,
|
||||
"fetch_data",
|
||||
return_value=None,
|
||||
return_value=[],
|
||||
): # noqa: F841
|
||||
AsyncExecuteReportScheduleCommand(
|
||||
TEST_ID, create_alert_email_chart.id, datetime.utcnow()
|
||||
|
||||
Reference in New Issue
Block a user