Skip to content

Commit a5e617e

Browse files
Merge branch 'master' into exceptions_comments_2
2 parents ad2eab7 + 3b9bbdb commit a5e617e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe('Expression', () => {
3737
};
3838

3939
const mocks = coreMock.createSetup();
40+
const startMocks = coreMock.createStart();
4041
const [
4142
{
4243
application: { capabilities },
@@ -48,7 +49,7 @@ describe('Expression', () => {
4849
toastNotifications: mocks.notifications.toasts,
4950
actionTypeRegistry: actionTypeRegistryMock.create() as any,
5051
alertTypeRegistry: alertTypeRegistryMock.create() as any,
51-
docLinks: mocks.docLinks,
52+
docLinks: startMocks.docLinks,
5253
capabilities: {
5354
...capabilities,
5455
actions: {

0 commit comments

Comments
 (0)