forked from cloudron-apps/gitea-app
Ensure we never test with the default port
This commit is contained in:
parent
ebb46bb7ac
commit
31b8a17230
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue