Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Dec 4, 2024
1 parent b854e0b commit dff0052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/reports/commands_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dff0052

Please sign in to comment.