mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Reverted back values in integration tests
This commit is contained in:
		
							parent
							
								
									9f52a64a6a
								
							
						
					
					
						commit
						be36480a64
					
				@ -58,11 +58,11 @@ func TestIntegrationTestSuite(t *testing.T) {
 | 
			
		||||
 | 
			
		||||
	s.namespaces = map[string]TestNamespace{
 | 
			
		||||
		"main": {
 | 
			
		||||
			count:      5,
 | 
			
		||||
			count:      20,
 | 
			
		||||
			tailscales: make(map[string]dockertest.Resource),
 | 
			
		||||
		},
 | 
			
		||||
		"shared": {
 | 
			
		||||
			count:      2,
 | 
			
		||||
			count:      5,
 | 
			
		||||
			tailscales: make(map[string]dockertest.Resource),
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user