fix test suite name for auth error hook
Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
@@ -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'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user