From 47bea616807d5986339d9d9610ad0257a586c460 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 11 Jul 2024 21:54:57 +0200 Subject: [PATCH] test: fix Windows Socks tests --- tests/config/serverFixtures.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/config/serverFixtures.ts b/tests/config/serverFixtures.ts index 009158545c..8f69025a2b 100644 --- a/tests/config/serverFixtures.ts +++ b/tests/config/serverFixtures.ts @@ -118,7 +118,6 @@ export class MockSocksServer { body ].join('\r\n')); this._socksProxy.sendSocketData({ uid: payload.uid, data }); - this._socksProxy.sendSocketEnd({ uid: payload.uid }); }); }