From f25603bd7dd4812e087f12f55804a0ffa71e5513 Mon Sep 17 00:00:00 2001 From: Matthew Phelan Date: Wed, 20 Oct 2021 08:05:34 +0100 Subject: [PATCH] test fix for reasonable preference --- spec/fixtures/complete_case_log.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/fixtures/complete_case_log.json b/spec/fixtures/complete_case_log.json index 11f073714..4cf667b6a 100644 --- a/spec/fixtures/complete_case_log.json +++ b/spec/fixtures/complete_case_log.json @@ -38,7 +38,7 @@ "person_8_age": 2, "person_8_gender": "Prefer not to say", "person_8_economic_status": "Child under 16", - "homelessness": "No", + "homelessness": "Yes - other homelessness", "reason_for_leaving_last_settled_home": "Other problems with neighbours", "benefit_cap_spare_room_subsidy": "No", "armed_forces_active": "No", @@ -107,7 +107,7 @@ "condition_effects_mental_health": false, "condition_effects_social_or_behavioral": false, "condition_effects_other": false, - "condition_effects_prefer_not_to_say": false, + "condition_effects_prefer_not_to_say": true, "reasonable_preference_reason_homeless": false, "reasonable_preference_reason_unsatisfactory_housing": false, "reasonable_preference_reason_medical_grounds": false,