Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Oct 29, 2021
1 parent 3704a28 commit 479014c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/security_solution/server/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type AppClientMock = jest.Mocked<AppClient>;
const createAppClientMock = (): AppClientMock =>
({
getSignalsIndex: jest.fn(),
getSourcererDataViewId: jest.fn().mockReturnValue('security-solution'),
} as unknown as AppClientMock);

export const siemMock = {
Expand Down

0 comments on commit 479014c

Please sign in to comment.