diff --git a/public/app/features/alerting/unified/hooks/useAbilities.test.tsx b/public/app/features/alerting/unified/hooks/useAbilities.test.tsx index 0a626fdd737..2f2660e551a 100644 --- a/public/app/features/alerting/unified/hooks/useAbilities.test.tsx +++ b/public/app/features/alerting/unified/hooks/useAbilities.test.tsx @@ -1,7 +1,6 @@ import 'whatwg-fetch'; import { renderHook, waitFor } from '@testing-library/react'; import { createBrowserHistory } from 'history'; -import { setupServer } from 'msw/node'; import React, { PropsWithChildren } from 'react'; import { Router } from 'react-router-dom'; import { TestProvider } from 'test/helpers/TestProvider';