diff --git a/plugins/auth-react/src/hooks/useSignInAuthError/useSignInAuthError.test.tsx b/plugins/auth-react/src/hooks/useSignInAuthError/useSignInAuthError.test.tsx index a5ac57ec83..0c67c419f8 100644 --- a/plugins/auth-react/src/hooks/useSignInAuthError/useSignInAuthError.test.tsx +++ b/plugins/auth-react/src/hooks/useSignInAuthError/useSignInAuthError.test.tsx @@ -21,7 +21,7 @@ import { TestApiProvider } from '@backstage/test-utils'; import { useSignInAuthError } from './useSignInAuthError'; import { serializeError } from '@backstage/errors'; -describe('useCookieAuthRefresh', () => { +describe('useSignInAuthError', () => { const discoveryApiMock = { getBaseUrl: jest.fn().mockResolvedValue('http://localhost:7000/api/auth'), };