This commit is contained in:
Johannes Zellner 2015-06-16 17:59:22 +02:00
parent 5c10f861f0
commit 191f8ca8e9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ describe('Application flow test', function () {
});
it('can populate the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/popuplate_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');