check addons at the alt location

This commit is contained in:
Girish Ramakrishnan 2016-04-26 10:11:31 -07:00
parent 968432eaa7
commit d78ea63427
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ describe('Custom domain test', function () {
});
it('can check the addons', function () {
cloudron.checkAddons(location, owner);
cloudron.checkAddons(ALT_LOCATION + '.' + CUSTOM_DOMAIN, owner);
});
it('can reboot the cloudron', function () {
@ -111,7 +111,7 @@ describe('Custom domain test', function () {
});
it('can check the addons', function () {
cloudron.checkAddons(location, owner);
cloudron.checkAddons(ALT_LOCATION + '.' + CUSTOM_DOMAIN, owner);
});
it('can uninstall app', function () {