fix broken unit test

This commit is contained in:
Daniel Roth 2026-06-11 09:40:09 +00:00
parent 9a42eaf243
commit f3cbfd8275

View file

@ -169,7 +169,6 @@ def test_new_deal_with_pashub_link__sends_pashub_sqs() -> None:
"pashub_link": PASHUB_LINK,
"address": None,
"hubspot_deal_id": DEAL_ID,
"sharepoint_link": None,
"uprn": None,
"landlord_property_id": None,
"deal_stage": None,
@ -210,7 +209,6 @@ def test_existing_deal_pashub_link_added__sends_pashub_sqs() -> None:
"pashub_link": PASHUB_LINK,
"address": None,
"hubspot_deal_id": DEAL_ID,
"sharepoint_link": None,
"uprn": None,
"landlord_property_id": None,
"deal_stage": None,