From c248fcd673dd75572783fafa79d082c4412fc19a Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Fri, 14 Feb 2014 15:03:39 -0800 Subject: [PATCH] Clarify registration test comment --- tools/tests/registration.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tests/registration.js b/tools/tests/registration.js index e2db3d02fa..d740400608 100644 --- a/tools/tests/registration.js +++ b/tools/tests/registration.js @@ -129,7 +129,8 @@ selftest.define('deferred registration', ['net'], function () { token = token[1]; // XXX It might make more sense to hard-code the DDP url to - // https://www.meteor.com. + // https://www.meteor.com, since that's who the sandboxes are talking + // to. var accountsConn = ddpConnect(config.getAuthDDPUrl()); var registrationTokenInfo = accountsConn.call('registrationTokenInfo', token);