fix test suite name for auth error hook

Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
Stephen Glass
2024-08-23 10:22:14 -04:00
parent 65a5939be6
commit d964eb1a03
@@ -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'),
};