This commit is contained in:
Girish Ramakrishnan 2015-12-17 20:47:09 -08:00
parent 3d49216486
commit 070f99ea84
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ describe('Appstore new user flow', function () {
});
it('can populate the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/populate_addons').end();
var res = request.post('https://' + location + '.' + box.domain + '/populate_addons').end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');
assert.strictEqual(res.body.postgresql, 'OK');