Skip to content

Commit

Permalink
fixed typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 16, 2021
1 parent 7da1ae0 commit 51d6f30
Show file tree
Hide file tree
Showing 4 changed files with 956 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { EsQueryAlertParams, EsQueryAlertState } from './alert_type_params';
import { ActionContext } from './action_context';
import { ESSearchResponse, ESSearchRequest } from '../../../../../../typings/elasticsearch';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { elasticsearchClientMock } from 'src/core/server/elasticsearch/client/mocks';
import { elasticsearchClientMock } from '../../../../../../src/core/server/elasticsearch/client/mocks';

describe('alertType', () => {
const logger = loggingSystemMock.create().get();
Expand Down
Loading

0 comments on commit 51d6f30

Please sign in to comment.