diff --git a/src/components/PolarisSettings.test.tsx b/src/components/PolarisSettings.test.tsx index 1fd4203..23e988d 100644 --- a/src/components/PolarisSettings.test.tsx +++ b/src/components/PolarisSettings.test.tsx @@ -27,7 +27,6 @@ vi.mock('@kinvolk/headlamp-plugin/lib/CommonComponents', () => ({ ), })); -import { setRefreshInterval } from '../api/polaris'; import PolarisSettings from './PolarisSettings'; describe('PolarisSettings', () => {