From 1e932ee498786025c505b72882333fe9b260a8f5 Mon Sep 17 00:00:00 2001 From: Fabian Hippmann Date: Mon, 26 Jul 2021 16:07:43 +0200 Subject: [PATCH] fix tsc errors Signed-off-by: Fabian Hippmann --- plugins/auth-backend/src/providers/gcp-iap/provider.test.ts | 3 --- 1 file changed, 3 deletions(-) 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: {