test: adapt blocked lead transition tests to custom_field_values

This commit is contained in:
Abhimanyu Saharan
2026-02-13 20:20:02 +00:00
parent bf4ccc8a81
commit 5ccdfc7a60

View File

@@ -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: