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 () {