Skip to content

Commit 6276786

Browse files
committed
removed unused import
1 parent d2265d9 commit 6276786

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugins/alerting/server/mocks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import { alertsClientMock } from './alerts_client.mock';
88
import { PluginSetupContract, PluginStartContract } from './plugin';
99
import { savedObjectsClientMock } from '../../../../src/core/server/mocks';
10-
import { createScopedSeachApiMock } from '../../../../src/plugins/data/server/mocks';
1110
import { AlertInstance } from './alert_instance';
1211

1312
export { alertsClientMock };
@@ -57,7 +56,6 @@ const createAlertServicesMock = () => {
5756
.mockReturnValue(alertInstanceFactoryMock),
5857
callCluster: jest.fn(),
5958
savedObjectsClient: savedObjectsClientMock.create(),
60-
search: createScopedSeachApiMock().search,
6159
};
6260
};
6361

0 commit comments

Comments
 (0)