There was an error while loading. Please reload this page.
1 parent cdb7719 commit 6c896d3Copy full SHA for 6c896d3
1 file changed
airflow-ctl/tests/airflow_ctl/api/test_operations.py
@@ -551,6 +551,7 @@ class TestBackfillOperations:
551
is_paused=False,
552
reprocess_behavior=ReprocessBehavior.COMPLETED,
553
max_active_runs=1,
554
+ selected_task_ids=None,
555
created_at=datetime.datetime(2024, 12, 31, 23, 59, 59),
556
completed_at=datetime.datetime(2025, 1, 1, 0, 0, 0),
557
updated_at=datetime.datetime(2025, 1, 1, 0, 0, 0),
0 commit comments