fix test
fix test
This commit is contained in:
parent
bba652cd1a
commit
57e21e55f0
1 changed files with 5 additions and 0 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue