Model/tests/domain/abri
Daniel Roth 4ac4dd8683 Collapse cancelled/no show to HubSpot's single 'Cancelled / No Show' value
'Cancelled' and 'no show' were separate strings in the outcome vocabulary,
but HubSpot only ever emits the one dropdown value 'Cancelled / No Show' -
so neither phantom string could ever match. Replace both with the real
value (mapped to NOACCESS, best-guess pending client), which also fixes the
long-standing differ mismatch: the abandonment trigger now actually fires on
Cancelled / No Show. Drops the now-unused REQT enum member.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 14:33:59 +00:00
..
__init__.py Abri booking with no confirmed time books an all-day appointment 🟥 2026-07-03 14:31:12 +00:00
test_abandonment.py Collapse cancelled/no show to HubSpot's single 'Cancelled / No Show' value 2026-07-08 14:33:59 +00:00
test_descriptions.py Abri job descriptions identify the visit as a Domna condition survey 🟥 2026-07-03 14:33:40 +00:00
test_phone_selection.py Phone-number selection policy lives in the domain layer 🟪 2026-07-06 14:47:37 +00:00
test_slots.py Abri unparseable confirmed time fails loudly rather than silently booking all day 🟩 2026-07-03 14:33:12 +00:00