Added policy zip to test data
This commit is contained in:
parent
2b16a6b2fd
commit
9c13fec5a2
1 changed files with 2 additions and 1 deletions
|
|
@ -33,5 +33,6 @@ export interface ITestData {
|
||||||
isRecalVehicle: boolean,
|
isRecalVehicle: boolean,
|
||||||
canNotRecal: boolean,
|
canNotRecal: boolean,
|
||||||
dynamicRecal: boolean,
|
dynamicRecal: boolean,
|
||||||
promoCode: string
|
promoCode: string,
|
||||||
|
policyZip: string
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue