lint
This commit is contained in:
parent
096b30026b
commit
5c58e861f3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user