Ensure we never test with the default port

This commit is contained in:
Johannes Zellner 2019-07-31 18:15:17 +02:00
parent ebb46bb7ac
commit 31b8a17230
1 changed files with 1 additions and 1 deletions

View File

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