We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2265d9 commit 6276786Copy full SHA for 6276786
x-pack/plugins/alerting/server/mocks.ts
@@ -7,7 +7,6 @@
7
import { alertsClientMock } from './alerts_client.mock';
8
import { PluginSetupContract, PluginStartContract } from './plugin';
9
import { savedObjectsClientMock } from '../../../../src/core/server/mocks';
10
-import { createScopedSeachApiMock } from '../../../../src/plugins/data/server/mocks';
11
import { AlertInstance } from './alert_instance';
12
13
export { alertsClientMock };
@@ -57,7 +56,6 @@ const createAlertServicesMock = () => {
57
56
.mockReturnValue(alertInstanceFactoryMock),
58
callCluster: jest.fn(),
59
savedObjectsClient: savedObjectsClientMock.create(),
60
- search: createScopedSeachApiMock().search,
61
};
62
63
0 commit comments