From 5ccdfc7a6098f451d86530b8464b1ebf5e0956c8 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Fri, 13 Feb 2026 20:20:02 +0000 Subject: [PATCH] test: adapt blocked lead transition tests to custom_field_values --- backend/tests/test_tasks_blocked_lead_transitions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/tests/test_tasks_blocked_lead_transitions.py b/backend/tests/test_tasks_blocked_lead_transitions.py index d8dd353..9f5230b 100644 --- a/backend/tests/test_tasks_blocked_lead_transitions.py +++ b/backend/tests/test_tasks_blocked_lead_transitions.py @@ -100,6 +100,8 @@ async def test_lead_update_rejects_assignment_change_when_task_blocked() -> None comment=None, depends_on_task_ids=None, tag_ids=None, + custom_field_values={}, + custom_field_values_set=False, ) with pytest.raises(HTTPException) as exc: @@ -179,6 +181,8 @@ async def test_lead_update_rejects_status_change_when_task_blocked() -> None: comment=None, depends_on_task_ids=None, tag_ids=None, + custom_field_values={}, + custom_field_values_set=False, ) with pytest.raises(HTTPException) as exc: