add zipcode data to api responses to fix tests

This commit is contained in:
CarlNation 2022-09-15 11:40:40 -04:00
parent a50c2220ed
commit cafb8d898d

View file

@ -226,6 +226,9 @@ function mockOutPromises(carId = 'C00000') {
const apiResponses = {
vehicleLookupResponse: {
carId: carId
},
zipCodeData: {
isValid: true, isServiceable: true, state: "OH"
}
};