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:
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
|
||||
|
||||
Reference in New Issue
Block a user