parent
a524ba72f7
commit
658489d22b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user