fix test
This commit is contained in:
CarlNation 2024-12-06 09:52:49 -05:00
parent bba652cd1a
commit 57e21e55f0

View file

@ -404,6 +404,11 @@ describe("Actions", () => {
it("lookupVehicleByVin action, should return car data", async () => {
// Arrange
const context = state;
context.getters = {
applicationUser: {
loggingOption: false,
},
};
// Act
globalMethods.callHttpClient.mockImplementation(() => {