From 5b270ac87c87d8f61feca4c084a4f98d5565954a Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 28 Oct 2011 11:36:40 -0600 Subject: [PATCH] fix typo, browserid runs on 10002 locally --- tests/lib/wsapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/wsapi.js b/tests/lib/wsapi.js index 923747275..d41d25314 100644 --- a/tests/lib/wsapi.js +++ b/tests/lib/wsapi.js @@ -41,7 +41,7 @@ var context = {}; // the configuration var configuration = { - browserid: 'http://127.0.0.1:10001/' + browserid: 'http://127.0.0.1:10002/' } exports.clearCookies = function() { -- GitLab