diff --git a/lib/idp/constants.rb b/lib/idp/constants.rb index cfa5c0e560f..0f2d44f86ca 100644 --- a/lib/idp/constants.rb +++ b/lib/idp/constants.rb @@ -102,18 +102,18 @@ module Vendors dob: '1938-10-06', eye_color: nil, first_name: 'FAKEY', - height: nil, + height: 72, issuing_country_code: 'US', last_name: 'MCFAKERSON', middle_name: nil, - name_suffix: nil, + name_suffix: 'JR', state: 'MT', state_id_expiration: '2099-12-31', state_id_issued: '2019-12-31', state_id_jurisdiction: MOCK_IDV_APPLICANT_STATE_ID_JURISDICTION, state_id_number: '1111111111111', state_id_type: 'drivers_license', - sex: nil, + sex: 'male', weight: nil, zipcode: '59010-1234', }.freeze diff --git a/spec/jobs/resolution_proofing_job_spec.rb b/spec/jobs/resolution_proofing_job_spec.rb index 87daae5116b..c514b870c0c 100644 --- a/spec/jobs/resolution_proofing_job_spec.rb +++ b/spec/jobs/resolution_proofing_job_spec.rb @@ -557,7 +557,7 @@ first_name: 'FAKEY', middle_name: nil, last_name: 'MCFAKERSON', - name_suffix: nil, + name_suffix: 'JR', address1: '1 FAKE RD', identity_doc_address1: '1 FAKE RD', identity_doc_address2: nil, @@ -571,8 +571,8 @@ state: 'MT', zipcode: '59010-1234', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'male', + height: 72, weight: nil, eye_color: nil, ssn: '900-66-1234', diff --git a/spec/services/doc_auth/mock/doc_auth_mock_client_spec.rb b/spec/services/doc_auth/mock/doc_auth_mock_client_spec.rb index afe8ee4117b..ddfade0d576 100644 --- a/spec/services/doc_auth/mock/doc_auth_mock_client_spec.rb +++ b/spec/services/doc_auth/mock/doc_auth_mock_client_spec.rb @@ -28,15 +28,15 @@ first_name: 'FAKEY', middle_name: nil, last_name: 'MCFAKERSON', - name_suffix: nil, + name_suffix: 'JR', address1: '1 FAKE RD', address2: nil, city: 'GREAT FALLS', state: 'MT', zipcode: '59010-1234', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'male', + height: 72, weight: nil, eye_color: nil, state_id_number: '1111111111111', @@ -55,12 +55,15 @@ first_name: Susan last_name: Smith middle_name: Q + name_suffix: 'SR' address1: 1 Microsoft Way address2: Apt 3 city: Bayside state: NY zipcode: '11364' dob: 1938-10-06 + sex: 'female' + height: 66 state_id_number: '111111111' state_id_jurisdiction: ND state_id_type: drivers_license @@ -89,15 +92,15 @@ first_name: 'Susan', middle_name: 'Q', last_name: 'Smith', - name_suffix: nil, + name_suffix: 'SR', address1: '1 Microsoft Way', address2: 'Apt 3', city: 'Bayside', state: 'NY', zipcode: '11364', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'female', + height: 66, weight: nil, eye_color: nil, state_id_number: '111111111', @@ -137,15 +140,15 @@ first_name: 'Susan', middle_name: nil, last_name: 'MCFAKERSON', - name_suffix: nil, + name_suffix: 'JR', address1: '1 FAKE RD', address2: nil, city: 'GREAT FALLS', state: 'MT', zipcode: '59010-1234', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'male', + height: 72, weight: nil, eye_color: nil, state_id_number: '1111111111111', diff --git a/spec/services/doc_auth/mock/result_response_spec.rb b/spec/services/doc_auth/mock/result_response_spec.rb index 548c8e49ba8..f79c503e1fb 100644 --- a/spec/services/doc_auth/mock/result_response_spec.rb +++ b/spec/services/doc_auth/mock/result_response_spec.rb @@ -34,12 +34,15 @@ first_name: Susan last_name: Smith middle_name: Q + name_suffix: address1: 1 Microsoft Way address2: Apt 3 city: Bayside state: NY zipcode: '11364' dob: 1938-10-06 + sex: female + height: 66 state_id_number: '111111111' state_id_jurisdiction: ND state_id_type: drivers_license @@ -65,8 +68,8 @@ state: 'NY', zipcode: '11364', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'female', + height: 66, weight: nil, eye_color: nil, state_id_number: '111111111', @@ -282,13 +285,15 @@ first_name: Susan last_name: Smith middle_name: Q + name_suffix: address1: 1 Microsoft Way address2: Apt 3 city: Bayside state: NY zipcode: '11364' dob: 10/06/1938 - phone: +1 314-555-1212 + sex: female + height: 66 state_id_number: '123456789' state_id_type: drivers_license state_id_jurisdiction: 'NY' @@ -316,8 +321,8 @@ state_id_number: '123456789', zipcode: '11364', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'female', + height: 66, weight: nil, eye_color: nil, state_id_type: 'drivers_license', @@ -366,15 +371,15 @@ first_name: 'Susan', middle_name: nil, last_name: 'MCFAKERSON', - name_suffix: nil, + name_suffix: 'JR', address1: '1 FAKE RD', address2: nil, city: 'GREAT FALLS', state: 'MT', zipcode: '59010-1234', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'male', + height: 72, weight: nil, eye_color: nil, state_id_number: '1111111111111', @@ -495,12 +500,15 @@ first_name: Susan last_name: Smith middle_name: Q + name_suffix: address1: 1 Microsoft Way address2: Apt 3 city: Bayside state: NY zipcode: 11364 dob: 1938-10-06 + sex: female + height: 66 state_id_number: '111111111' state_id_jurisdiction: ND state_id_type: drivers_license @@ -526,8 +534,8 @@ state: 'NY', zipcode: '11364', dob: '1938-10-06', - sex: nil, - height: nil, + sex: 'female', + height: 66, weight: nil, eye_color: nil, state_id_number: '111111111',