Update address for failing test
This commit is contained in:
parent
8490a6a290
commit
8341db4a58
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@ const essentialReplaceStaticAdasData: 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(),
|
||||
city: 'Knoxville',
|
||||
state: 'Tennessee',
|
||||
postalCode: '37996',
|
||||
street: "123 Test Road",
|
||||
city: 'Columbus',
|
||||
state: 'OHIO',
|
||||
postalCode: '43085',
|
||||
country: 'United States'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue