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 5131cb2 commit b4a821eCopy full SHA for b4a821e
x-pack/plugins/actions/server/builtin_action_types/pagerduty.test.ts
@@ -16,7 +16,6 @@ import { postPagerduty } from './lib/post_pagerduty';
16
import { createActionTypeRegistry } from './index.test';
17
import { Logger } from '../../../../../src/core/server';
18
import { actionsConfigMock } from '../actions_config.mock';
19
-import { repeat, random } from 'lodash';
20
21
const postPagerdutyMock = postPagerduty as jest.Mock;
22
0 commit comments