Skip to content

Commit

Permalink
update lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Nov 30, 2023
1 parent 4158a84 commit c86ce48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export * from './delete_all_rules';
export * from './delete_all_event_log_execution_events';
export * from './delete_all_rule_execution_info';
export * from './delete_all_alerts';
export * from './delete_all_timelines';
export * from './delete_exception_list';
export * from './delete_rule';
export * from './finalize_signals_migration';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import expect from '@kbn/expect';

import { TIMELINE_PREPACKAGED_URL } from '@kbn/security-solution-plugin/common/constants';
import { FtrProviderContext } from '../../../common/ftr_provider_context';
import { createSignalsIndex, deleteAllTimelines, waitFor } from '../../../utils';
import { deleteAllTimelines, waitFor } from '../../../utils';

// eslint-disable-next-line import/no-default-export
export default ({ getService }: FtrProviderContext): void => {
Expand All @@ -19,10 +19,6 @@ export default ({ getService }: FtrProviderContext): void => {

describe('install_prepackaged_timelines', () => {
describe('creating prepackaged rules', () => {
beforeEach(async () => {
await createSignalsIndex(supertest, log);
});

afterEach(async () => {
await deleteAllTimelines(es);
});
Expand Down

0 comments on commit c86ce48

Please sign in to comment.