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){