Skip to content

Commit a865fe6

Browse files
committedMay 21, 2011
[test] Update to vows description for web-socket-proxy-test.js
1 parent a86d18b commit a865fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/web-socket-proxy-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var protocol = argv.https ? 'https' : 'http',
4747
wsprotocol = argv.https ? 'wss' : 'ws',
4848
runner = new helpers.TestRunner(protocol);
4949

50-
vows.describe('node-http-proxy/websocket').addBatch({
50+
vows.describe('node-http-proxy/websocket/' + wsprotocol).addBatch({
5151
"When using server created by httpProxy.createServer()": {
5252
"with no latency" : {
5353
"when an inbound message is sent from a WebSocket client": {

0 commit comments

Comments
 (0)
Please sign in to comment.