diff --git a/Gemfile.lock b/Gemfile.lock index be296954a8a..c3697b53b03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,10 +73,10 @@ GIT GIT remote: https://github.com/department-of-veterans-affairs/vets-json-schema - revision: 0832461353f871b688b0c231ecf9bdbfb1f9145a + revision: 7176cb057f11f66f16889005a1873a084bad188c branch: master specs: - vets_json_schema (22.0.3) + vets_json_schema (22.1.1) multi_json (~> 1.0) script_utils (= 0.0.4) diff --git a/modules/mobile/spec/request/pre_burial_need_request_spec.rb b/modules/mobile/spec/request/pre_burial_need_request_spec.rb index 4b184ac9d94..35cfa2d7c4d 100644 --- a/modules/mobile/spec/request/pre_burial_need_request_spec.rb +++ b/modules/mobile/spec/request/pre_burial_need_request_spec.rb @@ -51,14 +51,14 @@ [{ 'title' => 'Validation error', 'detail' => "The property '#/application/veteran/militaryStatus' of " \ 'type null did not match the following type: string in ' \ - 'schema 47e1937d-acd7-50a1-9cc6-fab567bd62cb', + 'schema 72d7bc55-042d-5bfd-8001-2b7c815c8e06', 'code' => '109', 'status' => '422' }, { 'title' => 'Validation error', 'detail' => "The property '#/application/veteran/militaryStatus' " \ 'value nil did not match one of the following values: A' \ ', I, D, S, R, E, O, V, X in schema ' \ - '47e1937d-acd7-50a1-9cc6-fab567bd62cb', + '72d7bc55-042d-5bfd-8001-2b7c815c8e06', 'code' => '109', 'status' => '422' }] }) end diff --git a/spec/fixtures/pdf_fill/21P-527EZ/merge_fields.json b/spec/fixtures/pdf_fill/21P-527EZ/merge_fields.json index 2fed16bab53..35b7589b711 100644 --- a/spec/fixtures/pdf_fill/21P-527EZ/merge_fields.json +++ b/spec/fixtures/pdf_fill/21P-527EZ/merge_fields.json @@ -244,6 +244,7 @@ "stepchild": "Off" }, "previouslyMarried": 1, + "disabled": "Off", "married": true, "fullName": { "first": "Emily", @@ -258,7 +259,6 @@ "fullNameOverflow": "Emily Anne Doe", "childDateOfBirthOverflow": "03-03-2000", "childSocialSecurityNumberOverflow": "333224444", - "disabled": "Off", "attendingCollege": "Off", "childNotInHousehold": 1, "childStatusOverflow": "Biological, previously married, does not live with you but contributes", @@ -278,6 +278,7 @@ "stepchild": "Off" }, "previouslyMarried": "Off", + "disabled": "Off", "attendingCollege": 1, "fullName": { "first": "Bobby", @@ -292,7 +293,6 @@ "fullNameOverflow": "Bobby Nolan Doe", "childDateOfBirthOverflow": "09-22-2005", "childSocialSecurityNumberOverflow": "333224444", - "disabled": "Off", "childNotInHousehold": "Off", "childStatusOverflow": "Adopted, 18-23 years old (in school)", "monthlyPayment": {},