Fix typo
This commit is contained in:
parent
196f0f842e
commit
14b03a09f9
@ -78,7 +78,7 @@ describe('Cloudron update testing', 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');
|
||||
|
Loading…
Reference in New Issue
Block a user