From 0ab0c8e03f58c8e9cf2a618d26a7b87ac8f33ea2 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Wed, 29 May 2013 22:13:22 +0300 Subject: [PATCH] http->https --- tests/selenium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selenium.js b/tests/selenium.js index 507569f..963a7f7 100644 --- a/tests/selenium.js +++ b/tests/selenium.js @@ -141,7 +141,7 @@ function httpget(options) { return Bacon.fromCallback(function(callback) { - http.get(options, function(res){ + https.get(options, function(res){ var data = ''; res.on('data', function (chunk){