Skip to content

Commit

Permalink
Remove flag from specs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBirdsall committed Jan 14, 2025
1 parent 7a46048 commit 7d89cfb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe('DocumentCaptureReviewIssues', () => {
inPersonURL: '/verify/doc_capture',
locationsURL: '',
addressSearchURL: '',
inPersonFullAddressEntryEnabled: false,
inPersonOutageMessageEnabled: false,
optedInToInPersonProofing: false,
usStatesTerritories: [['Los Angeles', 'NY']],
Expand Down Expand Up @@ -125,7 +124,6 @@ describe('DocumentCaptureReviewIssues', () => {
inPersonURL: '/verify/doc_capture',
locationsURL: '',
addressSearchURL: '',
inPersonFullAddressEntryEnabled: false,
inPersonOutageMessageEnabled: false,
optedInToInPersonProofing: false,
usStatesTerritories: [['Los Angeles', 'NY']],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ describe('InPersonLocationFullAddressEntryPostOfficeSearchStep', () => {
addressSearchURL: 'https://localhost:3000',
inPersonOutageMessageEnabled: false,
inPersonOutageExpectedUpdateDate: 'January 1, 2024',
inPersonFullAddressEntryEnabled: true,
optedInToInPersonProofing: false,
usStatesTerritories,
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ describe('InPersonLocationPostOfficeSearchStep', () => {
addressSearchURL,
inPersonOutageMessageEnabled: false,
inPersonOutageExpectedUpdateDate: 'January 1, 2024',
inPersonFullAddressEntryEnabled: true,
optedInToInPersonProofing: false,
usStatesTerritories,
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('InPersonOutageAlert', () => {
addressSearchURL: 'https://localhost:3000/unused',
inPersonOutageExpectedUpdateDate: 'January 1, 2024',
inPersonOutageMessageEnabled: true,
inPersonFullAddressEntryEnabled: false,
optedInToInPersonProofing: false,
usStatesTerritories: [],
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ describe('InPersonPrepareStep', () => {
addressSearchURL: 'https://localhost:3000/unused',
inPersonOutageMessageEnabled: true,
inPersonOutageExpectedUpdateDate: 'January 1, 2024',
inPersonFullAddressEntryEnabled: false,
optedInToInPersonProofing: false,
usStatesTerritories: [],
}}
Expand All @@ -60,7 +59,6 @@ describe('InPersonPrepareStep', () => {
locationsURL: 'https://localhost:3000/unused',
addressSearchURL: 'https://localhost:3000/unused',
inPersonOutageMessageEnabled: false,
inPersonFullAddressEntryEnabled: false,
optedInToInPersonProofing: false,
usStatesTerritories: [],
}}
Expand Down

0 comments on commit 7d89cfb

Please sign in to comment.