Skip to content

Commit f066d29

Browse files
Fix loader tests to include ui_job_name_override in expected output
The new field defaults to None and appears in model_dump(), so the test fixtures need to include it. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8f15a9f commit f066d29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/loader/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def expected_config_dict():
243243
"schedule": True,
244244
},
245245
"triggers_on_draft_pr": False,
246+
"ui_job_name_override": None,
246247
"run_compare_changes": False,
247248
},
248249
"job2": {
@@ -298,6 +299,7 @@ def expected_config_dict():
298299
"schedule": False,
299300
},
300301
"triggers_on_draft_pr": True,
302+
"ui_job_name_override": None,
301303
"run_compare_changes": True,
302304
},
303305
}

0 commit comments

Comments
 (0)