Skip to content

Commit

Permalink
Remove unused reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedhamed-ahmed committed May 16, 2023
1 parent 6bcbfa4 commit 485f00d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/plugins/infra/public/locators/locators.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ import { LogsLocatorDefinition, LogsLocatorDependencies } from './logs_locator';
import { NodeLogsLocatorDefinition } from './node_logs_locator';
import type { LogsLocatorParams } from './logs_locator';
import type { NodeLogsLocatorParams } from './node_logs_locator';
import { LOGS_APP_TARGET } from '../../common/constants';
import { coreMock } from '@kbn/core/public/mocks';
import { findInventoryFields } from '../../common/inventory_models';
import moment from 'moment';
import { DEFAULT_LOG_VIEW } from '../observability_logs/log_view_state';
import type { LogViewReference } from '../../common/log_views';

const setupLogsLocator = async (appTarget: string = LOGS_APP_TARGET) => {
const setupLogsLocator = async () => {
const deps: LogsLocatorDependencies = {
core: coreMock.createSetup(),
config: { appTarget },
};
const logsLocator = new LogsLocatorDefinition(deps);
const nodeLogsLocator = new NodeLogsLocatorDefinition(deps);
Expand Down

0 comments on commit 485f00d

Please sign in to comment.