From 31b8a17230dcda0e7514f47d198b0b781a9ae95a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 31 Jul 2019 18:15:17 +0200 Subject: [PATCH] Ensure we never test with the default port --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index a99d58a..0b78d57 100755 --- a/test/test.js +++ b/test/test.js @@ -418,7 +418,7 @@ return done(); // No SSO it('install app (no sso)', function () { - execSync('cloudron install --new --wait --no-sso --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); + execSync(`cloudron install --new --wait --no-sso --location ${LOCATION} -p SSH_PORT=${SSH_PORT}`, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); }); it('can get app information', function () {