Skip to content

Commit 1116bbf

Browse files
Jeremy JudeauxJeremy Judeaux
Jeremy Judeaux
authored and
Jeremy Judeaux
committed
fix test for node 0.10 + [email protected] ([email protected])
1 parent df07bb0 commit 1116bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib-http-proxy-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ describe('lib/http-proxy.js', function() {
419419
var destiny = io.listen(server);
420420

421421
function startSocketIo() {
422-
var client = ioClient.connect('ws://127.0.0.1:' + ports.proxy);
422+
var client = ioClient.connect('ws://127.0.0.1:' + ports.proxy, {rejectUnauthorized: null});
423423
client.on('connect', function () {
424424
client.disconnect();
425425
});

0 commit comments

Comments
 (0)