test: fix Windows Socks tests

This commit is contained in:
Max Schmitt 2024-07-11 21:54:57 +02:00
parent b13bd66d20
commit 47bea61680

View file

@ -118,7 +118,6 @@ export class MockSocksServer {
body
].join('\r\n'));
this._socksProxy.sendSocketData({ uid: payload.uid, data });
this._socksProxy.sendSocketEnd({ uid: payload.uid });
});
}