This commit is contained in:
Girish Ramakrishnan 2015-09-28 18:43:51 -07:00
parent 096b30026b
commit 5c58e861f3
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Cloudron.prototype.getOauthToken = function (user) {
////////// simulate what the the script of callback call does
var accessToken = querystring.parse(urlp.hash.substr(1)).access_token;
return accessToken;
}
};
// activate the box
Cloudron.prototype.activate = function (user) {
@ -82,7 +82,7 @@ Cloudron.prototype.activate = function (user) {
res = request.get(this._origin + '/api/v1/cloudron/status').end();
common.verifyResponse2(res, 'Could not get Cloudron status');
assert.strictEqual(res.body.version, this._box.version);
}
};
Cloudron.prototype.waitForApp = function (appId) {
// wait for app to come up