From dcad47cbe77dd541db04efac3fd2ecd0d092d3fd Mon Sep 17 00:00:00 2001 From: magicmilo Date: Thu, 4 Nov 2021 12:15:45 +0000 Subject: [PATCH] return test_form data to text --- spec/fixtures/forms/test_form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/forms/test_form.json b/spec/fixtures/forms/test_form.json index ab1b69c76..35590cb3e 100644 --- a/spec/fixtures/forms/test_form.json +++ b/spec/fixtures/forms/test_form.json @@ -497,7 +497,7 @@ "check_answer_label": "Postcode of previous accomodation if the household has moved from settled accommodation", "header": "Postcode for the previous accommodation", "hint_text": "If the household has moved from settled accommodation immediately prior to being re-housed", - "type": "date", + "type": "text", "conditional_for": { "faake_key": "fake_condition" } } }