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.
2 parents ad2eab7 + 3b9bbdb commit a5e617eCopy full SHA for a5e617e
x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.test.tsx
@@ -37,6 +37,7 @@ describe('Expression', () => {
37
};
38
39
const mocks = coreMock.createSetup();
40
+ const startMocks = coreMock.createStart();
41
const [
42
{
43
application: { capabilities },
@@ -48,7 +49,7 @@ describe('Expression', () => {
48
49
toastNotifications: mocks.notifications.toasts,
50
actionTypeRegistry: actionTypeRegistryMock.create() as any,
51
alertTypeRegistry: alertTypeRegistryMock.create() as any,
- docLinks: mocks.docLinks,
52
+ docLinks: startMocks.docLinks,
53
capabilities: {
54
...capabilities,
55
actions: {
0 commit comments