Fix address for test scenario
This commit is contained in:
parent
e6627f86f3
commit
0dbc77ce25
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ const essentialRepairInShopAcuraData: Partial<ITestData> = {
|
|||
phoneNumber: faker.helpers.fromRegExp(/[2-9][0-9][0-9]-[0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]/),
|
||||
notes: 'Automated Test',
|
||||
address: {
|
||||
street: faker.location.streetAddress(),
|
||||
street: '200 W. Oak Street',
|
||||
city: 'Fort Collins',
|
||||
state: 'Colorado',
|
||||
state: 'COLORADO',
|
||||
postalCode: '80526',
|
||||
country: 'United States'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue