From ba9f2ca5d42594086e2baed3d5aefc2431d8086e Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 9 Apr 2024 17:20:35 +0100 Subject: [PATCH] feat: update tests --- spec/models/form/lettings/questions/referral_prp_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/form/lettings/questions/referral_prp_spec.rb b/spec/models/form/lettings/questions/referral_prp_spec.rb index 7a72fdc6a..f0fdb47e7 100644 --- a/spec/models/form/lettings/questions/referral_prp_spec.rb +++ b/spec/models/form/lettings/questions/referral_prp_spec.rb @@ -84,7 +84,6 @@ RSpec.describe Form::Lettings::Questions::ReferralPrp, type: :model do "1" => { "value" => "Internal transfer", "hint" => "Where the tenant has moved to another social property owned by the same landlord." }, "2" => { "value" => "Tenant applied directly (no referral or nomination)" }, "3" => { "value" => "Nominated by a local housing authority" }, - "4" => { "value" => "Referred by local authority housing department" }, "8" => { "value" => "Re-located through official housing mobility scheme" }, "10" => { "value" => "Other social landlord" }, "9" => { "value" => "Community learning disability team" },