Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Oct 14, 2024
1 parent f01da6b commit 6451260
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ export function getMockInventoryContext(): InventoryKibanaContext {
stream: jest.fn(),
},
spaces: {} as unknown as SpacesPluginStart,
kibanaEnvironment: {
isCloudEnv: false,
isServerlessEnv: false,
kibanaVersion: '9.0.0',
},
};
}

0 comments on commit 6451260

Please sign in to comment.