diff --git a/server/channels/app/platform/web_conn_test.go b/server/channels/app/platform/web_conn_test.go index 24b893daa5..d07cf64a7a 100644 --- a/server/channels/app/platform/web_conn_test.go +++ b/server/channels/app/platform/web_conn_test.go @@ -245,6 +245,7 @@ func TestWebConnDrainDeadQueue(t *testing.T) { func TestWebConnRejectBinaryFrameUnauthenticated(t *testing.T) { th := Setup(t) + defer th.TearDown() readPumpDone := make(chan struct{}) upgradeErrCh := make(chan error, 1)