Skip to content

Commit

Permalink
[test] Update to vows description for web-socket-proxy-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 21, 2011
1 parent a86d18b commit a865fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web-socket-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a865fe6

Please sign in to comment.