Skip to content

Commit 9567393

Browse files
author
一杉
committed
fix(fix location test for https:):
1 parent f68e728 commit 9567393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/main-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('SockJS', function() {
99

1010
describe('WebSocket specification step #2', function () {
1111
var main = proxyquire('../../lib/main', { './location': {
12-
protocol: 'https'
12+
protocol: 'https:'
1313
}});
1414
var sjs = proxyquire('../../lib/entry', { './main': main });
1515

0 commit comments

Comments
 (0)