Skip to content

Commit 6c896d3

Browse files
committed
Add selected_task_ids to airflow-ctl backfill response test fixture
1 parent cdb7719 commit 6c896d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

airflow-ctl/tests/airflow_ctl/api/test_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ class TestBackfillOperations:
551551
is_paused=False,
552552
reprocess_behavior=ReprocessBehavior.COMPLETED,
553553
max_active_runs=1,
554+
selected_task_ids=None,
554555
created_at=datetime.datetime(2024, 12, 31, 23, 59, 59),
555556
completed_at=datetime.datetime(2025, 1, 1, 0, 0, 0),
556557
updated_at=datetime.datetime(2025, 1, 1, 0, 0, 0),

0 commit comments

Comments
 (0)