add zipcode data to api responses to fix tests
This commit is contained in:
parent
a50c2220ed
commit
cafb8d898d
1 changed files with 3 additions and 0 deletions
|
|
@ -226,6 +226,9 @@ function mockOutPromises(carId = 'C00000') {
|
||||||
const apiResponses = {
|
const apiResponses = {
|
||||||
vehicleLookupResponse: {
|
vehicleLookupResponse: {
|
||||||
carId: carId
|
carId: carId
|
||||||
|
},
|
||||||
|
zipCodeData: {
|
||||||
|
isValid: true, isServiceable: true, state: "OH"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue