From 1199394270bf8dd86c05f49834fd7c1ec3d0d861 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Date: Mon, 18 Sep 2023 12:45:59 -0500 Subject: [PATCH] chore: Remove logs & fix type dep issue Signed-off-by: Carlos Esteban Lopez --- plugins/kubernetes-backend/package.json | 2 +- plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json index 8cfe7a31b9..17da706d66 100644 --- a/plugins/kubernetes-backend/package.json +++ b/plugins/kubernetes-backend/package.json @@ -68,6 +68,7 @@ "@jest-mock/express": "^2.0.1", "@kubernetes/client-node": "0.18.1", "@types/express": "^4.17.6", + "@types/http-proxy-middleware": "^0.19.3", "@types/luxon": "^3.0.0", "compression": "^1.7.4", "cors": "^2.8.5", @@ -88,7 +89,6 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/aws4": "^1.5.1", - "@types/http-proxy-middleware": "^0.19.3", "mock-fs": "^5.2.0", "msw": "^1.0.0", "supertest": "^6.1.3", diff --git a/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts b/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts index 6b5430c7d1..327d580d10 100644 --- a/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts +++ b/plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts @@ -756,7 +756,6 @@ describe('KubernetesProxy', () => { const wsProxyAddress = `ws://127.0.0.1:${proxyPort}${proxyPath}${wsPath}`; const wsAddress = `ws://localhost:${wsPort}${wsPath}`; - console.log('Ports: ', wsProxyAddress, wsAddress); // Let this request through so it reaches the express router above worker.use(