diff --git a/test/update-test.js b/test/update-test.js index 458aea1..7f3f110 100644 --- a/test/update-test.js +++ b/test/update-test.js @@ -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');