Skip to content

Commit

Permalink
Merge branch 'split-alerting-api-integration-config' of github.com:dm…
Browse files Browse the repository at this point in the history
…lemeshko/kibana into split-alerting-api-integration-config
  • Loading branch information
dmlemeshko committed Jan 31, 2023
2 parents 59d5c7d + e314175 commit c16937e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import expect from '@kbn/expect';
import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import type { RawRule, RawRuleAction } from '@kbn/alerting-plugin/server/types';
import { FILEBEAT_7X_INDICATOR_PATH } from '@kbn/alerting-plugin/server/saved_objects/migrations';
import type { SavedObjectReference } from '@kbn/core/server';
import { getUrlPrefix } from '../../../../common/lib';
import { FtrProviderContext } from '../../../../common/ftr_provider_context';
import type { SavedObjectReference } from '@kbn/core/server';

// eslint-disable-next-line import/no-default-export
export default function createGetTests({ getService }: FtrProviderContext) {
Expand Down

0 comments on commit c16937e

Please sign in to comment.