From d964eb1a030d5271b848d644d79692c77ef8df41 Mon Sep 17 00:00:00 2001 From: Stephen Glass Date: Fri, 23 Aug 2024 10:22:14 -0400 Subject: [PATCH] fix test suite name for auth error hook Signed-off-by: Stephen Glass --- .../src/hooks/useSignInAuthError/useSignInAuthError.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), };