From a865fe662ff04a4badcc90ce2af80d2380c40a85 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sat, 21 May 2011 10:42:31 -0400 Subject: [PATCH] [test] Update to vows description for web-socket-proxy-test.js --- test/web-socket-proxy-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/web-socket-proxy-test.js b/test/web-socket-proxy-test.js index 34ba113..07a9db7 100644 --- a/test/web-socket-proxy-test.js +++ b/test/web-socket-proxy-test.js @@ -47,7 +47,7 @@ var protocol = argv.https ? 'https' : 'http', wsprotocol = argv.https ? 'wss' : 'ws', runner = new helpers.TestRunner(protocol); -vows.describe('node-http-proxy/websocket').addBatch({ +vows.describe('node-http-proxy/websocket/' + wsprotocol).addBatch({ "When using server created by httpProxy.createServer()": { "with no latency" : { "when an inbound message is sent from a WebSocket client": {