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-19 02:20:11 -05:00
committed by Carlos Esteban Lopez
parent f6b6344e7e
commit 438bf1dfdb
@@ -695,7 +695,6 @@ describe('KubernetesProxy', () => {
wsServer = new WebSocketServer({ port: wsPort, path: wsPath });
wsServer.on('connection', (ws: WebSocket) => {
// send immediatly a feedback to the incoming connection
ws.send('connected');
// Echo message handling