From 57e21e55f05f72c5f6bce126b683ffc60231ddad Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 6 Dec 2024 09:52:49 -0500 Subject: [PATCH] fix test fix test --- src/store/store.spec.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 313e7e37f..094793bc1 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -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(() => {