Skip to content

Commit 89f8db9

Browse files
committed
Fix more tests
1 parent 0907510 commit 89f8db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/features/idv/analytics_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
step: 'address', flow_path: 'standard', analytics_id: 'In Person Proofing', proofing_components: { document_check: 'usps' }
613613
},
614614
'IdV: in person proofing residential address submitted' => {
615-
success: true, step: 'address', flow_path: 'standard', analytics_id: 'In Person Proofing', current_address_zip_code: '59010', proofing_components: { document_check: 'usps' }
615+
success: true, step: 'address', flow_path: 'standard', analytics_id: 'In Person Proofing', current_address_zip_code: '25309', proofing_components: { document_check: 'usps' }
616616
},
617617
'IdV: doc auth ssn visited' => {
618618
analytics_id: 'In Person Proofing', step: 'ssn', flow_path: 'standard', proofing_components: { document_check: 'usps' }

spec/services/proofing/resolution/result_adjudicator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
expect(result.extra[:biographical_info]).to eq(
131131
birth_year: 1976,
132132
state: 'WV',
133-
identity_doc_address_state: 'MT',
133+
identity_doc_address_state: 'WV',
134134
state_id_jurisdiction: 'ND',
135135
state_id_number: '#############',
136136
same_address_as_id: 'true',

0 commit comments

Comments
 (0)