mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	Fix lint
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									53b4bb220d
								
							
						
					
					
						commit
						40c048fb45
					
				@ -94,8 +94,8 @@ func TestPingAllByHostname(t *testing.T) {
 | 
			
		||||
		t.Errorf("failed to create headscale environment: %s", err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	var allClients []TailscaleClient
 | 
			
		||||
	var allHostnames []string
 | 
			
		||||
	allClients := make([]TailscaleClient, 0)
 | 
			
		||||
	allHostnames := make([]string, 0)
 | 
			
		||||
 | 
			
		||||
	for namespace := range spec {
 | 
			
		||||
		clients, err := scenario.GetClients(namespace)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user