[test] Update to vows description for web-socket-proxy-test.js

This commit is contained in:
indexzero 2011-05-21 10:42:31 -04:00
parent a86d18bc7f
commit a865fe662f

View File

@ -47,7 +47,7 @@ var protocol = argv.https ? 'https' : 'http',
wsprotocol = argv.https ? 'wss' : 'ws', wsprotocol = argv.https ? 'wss' : 'ws',
runner = new helpers.TestRunner(protocol); 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()": { "When using server created by httpProxy.createServer()": {
"with no latency" : { "with no latency" : {
"when an inbound message is sent from a WebSocket client": { "when an inbound message is sent from a WebSocket client": {