mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-04 00:52:35 +00:00 
			
		
		
		
	Ensure we never test with the default port
This commit is contained in:
		@@ -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 () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user