1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-03-16 11:32:46 +00:00

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

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