Skip to content

Commit

Permalink
fix(NA): import for deleteAllRules on detections response api integra…
Browse files Browse the repository at this point in the history
…tion tests
  • Loading branch information
mistic committed Feb 13, 2024
1 parent c6b1c75 commit 2632379
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import expect from 'expect';

import { DETECTION_ENGINE_RULES_URL } from '@kbn/security-solution-plugin/common/constants';
import { combineToNdJson, deleteAllRules, getCustomQueryRuleParams } from '../../../utils';
import { combineToNdJson, getCustomQueryRuleParams } from '../../../utils';
import { deleteAllRules } from '../../../../../../common/utils/security_solution';
import { createConnector, deleteConnector, getConnector } from '../../../utils/connectors';
import { FtrProviderContext } from '../../../../../ftr_provider_context';

Expand Down

0 comments on commit 2632379

Please sign in to comment.