diff --git a/plugins/auth-backend/src/providers/gcp-iap/provider.test.ts b/plugins/auth-backend/src/providers/gcp-iap/provider.test.ts index 0d39987c93..43a6d25dac 100644 --- a/plugins/auth-backend/src/providers/gcp-iap/provider.test.ts +++ b/plugins/auth-backend/src/providers/gcp-iap/provider.test.ts @@ -21,9 +21,6 @@ import { AuthResponse } from '../types'; jest.mock('google-auth-library'); -const setCredentialsMock = jest.fn(); -const getAccessTokenMock = jest.fn(); - const identityResolutionCallbackMock = async (): Promise> => { return { backstageIdentity: {