From d78ea63427f5f1105c7db9b6d49597d5c83098ab Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 26 Apr 2016 10:11:31 -0700 Subject: [PATCH] check addons at the alt location --- test/alt-domain-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/alt-domain-test.js b/test/alt-domain-test.js index 47b9959..9d1b435 100644 --- a/test/alt-domain-test.js +++ b/test/alt-domain-test.js @@ -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 () {