File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ def test_process_quality_model_prioritizes_active_task_risk_over_maintainer_clea
303303 "allWorkTasks" ,
304304 "resolveDocReference" ,
305305 "workTaskTitle" ,
306+ "stripTitleSuffix" ,
306307 "workBundleTitle" ,
307308 "normalizeTemplateMatchValue" ,
308309 "taskDate" ,
@@ -686,6 +687,7 @@ def test_operations_home_model_builds_daily_lanes_from_live_work_payloads():
686687 "operationItemFromTask" ,
687688 "operationItemFromBundle" ,
688689 "workTaskTitle" ,
690+ "stripTitleSuffix" ,
689691 "workBundleTitle" ,
690692 "recurringConfigTitle" ,
691693 "formatTaskDateMeta" ,
@@ -803,6 +805,7 @@ def test_operations_home_model_distinguishes_empty_live_data_from_unavailable_wo
803805 "operationItemFromTask" ,
804806 "operationItemFromBundle" ,
805807 "workTaskTitle" ,
808+ "stripTitleSuffix" ,
806809 "workBundleTitle" ,
807810 "recurringConfigTitle" ,
808811 "formatTaskDateMeta" ,
@@ -951,6 +954,7 @@ def test_operations_home_model_does_not_scope_today_to_synthetic_portal_actor():
951954 "operationItemFromTask" ,
952955 "operationItemFromBundle" ,
953956 "workTaskTitle" ,
957+ "stripTitleSuffix" ,
954958 "workBundleTitle" ,
955959 "recurringConfigTitle" ,
956960 "formatTaskDateMeta" ,
@@ -1276,6 +1280,7 @@ def test_task_instruction_doc_panel_resolves_doc_ids_and_handles_missing_docs():
12761280 "formatValidationInstruction" ,
12771281 "renderTaskInstructionDoc" ,
12781282 "workTaskTitle" ,
1283+ "stripTitleSuffix" ,
12791284 ],
12801285 )
12811286
@@ -1336,6 +1341,7 @@ def test_task_instruction_doc_panel_resolves_newsletter_doc_ids():
13361341 "formatValidationInstruction" ,
13371342 "renderTaskInstructionDoc" ,
13381343 "workTaskTitle" ,
1344+ "stripTitleSuffix" ,
13391345 ],
13401346 )
13411347
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ def test_work_task_title_falls_back_through_fields():
232232assert.equal(workTaskTitle({ id: "x" }), "x");
233233assert.equal(workTaskTitle({}), "Untitled task");
234234""" ,
235- ["workTaskTitle" ],
235+ ["workTaskTitle" , "stripTitleSuffix" ],
236236 )
237237 assert result ["ok" ] is True
238238
You can’t perform that action at this time.
0 commit comments