check addons at the alt location
This commit is contained in:
parent
968432eaa7
commit
d78ea63427
@ -103,7 +103,7 @@ describe('Custom domain test', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(ALT_LOCATION + '.' + CUSTOM_DOMAIN, owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can reboot the cloudron', function () {
|
it('can reboot the cloudron', function () {
|
||||||
@ -111,7 +111,7 @@ describe('Custom domain test', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can check the addons', function () {
|
it('can check the addons', function () {
|
||||||
cloudron.checkAddons(location, owner);
|
cloudron.checkAddons(ALT_LOCATION + '.' + CUSTOM_DOMAIN, owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user