diff --git a/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx b/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx index f8f4dd36b3f..a9cf7edf21c 100644 --- a/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx @@ -4,7 +4,7 @@ import userEvent from '@testing-library/user-event'; import { defaultIntervals } from '@grafana/ui/src/components/RefreshPicker/RefreshPicker'; import { AutoRefreshIntervals, getValidIntervals, Props, validateIntervals } from './AutoRefreshIntervals'; -import { TimeSrv } from 'app/core/services/TimeSrv'; +import { TimeSrv } from '../../services/TimeSrv'; const setupTestContext = (options: Partial) => { const defaults: Props = {