Update plugins/kubernetes-backend/src/service/KubernetesProxy.test.ts

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2023-07-26 10:25:49 -05:00
committed by Carlos Esteban Lopez
parent cea15a09d0
commit a33eed09a0
@@ -731,7 +731,7 @@ describe('KubernetesProxy', () => {
authProvider: 'serviceAccount',
} as ClusterDetails);
const wsProxyAddress = `ws://localhost:${proxyPort}${proxyPath}${wsPath}`;
const wsProxyAddress = `ws://127.0.0.1:${proxyPort}${proxyPath}${wsPath}`;
const wsAddress = `ws://localhost:${wsPort}${wsPath}`;
console.log('Ports: ', wsProxyAddress, wsAddress);