Commit a865fe66 authored by indexzero's avatar indexzero

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

parent a86d18bc
......@@ -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": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment