fix checkAddons usage
This commit is contained in:
parent
d78ea63427
commit
b7a6300658
@ -77,7 +77,7 @@ describe('Application flow test', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can reboot the cloudron', function () {
|
it('can reboot the cloudron', function () {
|
||||||
@ -85,7 +85,7 @@ describe('Application flow test', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
@ -99,7 +99,7 @@ describe('Cloudron backup testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
@ -93,7 +93,7 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can update to new version', function () {
|
it('can update to new version', function () {
|
||||||
@ -107,7 +107,7 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
@ -93,7 +93,7 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can update to new version', function () {
|
it('can update to new version', function () {
|
||||||
@ -107,7 +107,7 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
@ -138,7 +138,7 @@ describe('Custom domain test', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can reboot the cloudron', function () {
|
it('can reboot the cloudron', function () {
|
||||||
@ -146,7 +146,7 @@ describe('Custom domain test', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(cloudron.appFqdn(location), owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user