Skip to content

Commit

Permalink
fix type/mock
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jan 27, 2022
1 parent b0a699f commit 8e45846
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import { MockedLogger, loggerMock } from '@kbn/logging/mocks';

import { httpServerMock } from '../../../../../../src/core/server/mocks';
import { ExceptionListClient } from '../exception_lists/exception_list_client';

import { ExtensionPointStorage } from './extension_point_storage';
import {
Expand Down Expand Up @@ -122,6 +123,7 @@ export const createExtensionPointStorageMock = (

return {
callbackContext: {
exceptionListClient: {} as unknown as ExceptionListClient,
request: httpServerMock.createKibanaRequest(),
},
exceptionPreCreate,
Expand Down

0 comments on commit 8e45846

Please sign in to comment.