1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-01 12:45:02 +00:00

Use SYNC_PORT instead

This commit is contained in:
Girish Ramakrishnan
2018-02-26 14:46:02 -08:00
parent 9e7649fe36
commit 7a9f077e99
3 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ describe('Application life cycle test', function () {
});
it('install app', function () {
execSync('cloudron install --new --wait --port-bindings PORT=' + SYNC_PORT + ' --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
execSync('cloudron install --new --wait --port-bindings SYNC_PORT=' + SYNC_PORT + ' --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
});
it('can get app information', function () {