mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(dev/ci): pre-commit fixes galore (#32352)
This commit is contained in:
@@ -157,7 +157,7 @@ def test_execute_task(update_state_mock, command_mock, init_mock, owners):
|
||||
|
||||
report_schedule = insert_report_schedule(
|
||||
type=ReportScheduleType.ALERT,
|
||||
name=f"report-{randint(0,1000)}", # noqa: S311
|
||||
name=f"report-{randint(0, 1000)}", # noqa: S311
|
||||
crontab="0 4 * * *",
|
||||
timezone="America/New_York",
|
||||
owners=owners,
|
||||
@@ -184,7 +184,7 @@ def test_execute_task_with_command_exception(
|
||||
|
||||
report_schedule = insert_report_schedule(
|
||||
type=ReportScheduleType.ALERT,
|
||||
name=f"report-{randint(0,1000)}", # noqa: S311
|
||||
name=f"report-{randint(0, 1000)}", # noqa: S311
|
||||
crontab="0 4 * * *",
|
||||
timezone="America/New_York",
|
||||
owners=owners,
|
||||
|
||||
Reference in New Issue
Block a user