Revert "disable addons check for now"

This reverts commit ea21ffde9f.
This commit is contained in:
Girish Ramakrishnan 2015-10-14 11:41:33 -07:00
parent a524ba72f7
commit 658489d22b
1 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ describe('Cloudron update testing', function () {
assert.strictEqual(res.body.redis, 'OK');
});
xit('can check the addons', function () {
it('can check the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/check_addons').query({ username: owner.username, password: owner.password }).end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');
@ -112,7 +112,7 @@ describe('Cloudron update testing', function () {
cloudron.waitForApp(appId);
});
xit('can check the addons', function () {
it('can check the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/check_addons').query({ username: owner.username, password: owner.password }).end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');
@ -135,7 +135,7 @@ describe('Cloudron update testing', function () {
cloudron.waitForApp(appId);
});
xit('can check the addons', function () {
it('can check the addons', function () {
var res = request.post('https://' + location + '-' + box.domain + '/check_addons').query({ username: owner.username, password: owner.password }).end();
assert.strictEqual(res.statusCode, 200);
assert.strictEqual(res.body.mysql, 'OK');