mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Strip newline from hostname
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									e28d308796
								
							
						
					
					
						commit
						f34e7c341b
					
				| @ -2,6 +2,7 @@ package integration | |||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  | 	"strings" | ||||||
| 	"testing" | 	"testing" | ||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| @ -465,7 +466,7 @@ func assertSSHHostname(t *testing.T, client TailscaleClient, peer TailscaleClien | |||||||
| 	result, _, err := doSSH(t, client, peer) | 	result, _, err := doSSH(t, client, peer) | ||||||
| 	assert.NoError(t, err) | 	assert.NoError(t, err) | ||||||
| 
 | 
 | ||||||
| 	assert.Contains(t, peer.ID(), result) | 	assert.Contains(t, peer.ID(), strings.ReplaceAll(result, "\n", "")) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func assertSSHPermissionDenied(t *testing.T, client TailscaleClient, peer TailscaleClient) { | func assertSSHPermissionDenied(t *testing.T, client TailscaleClient, peer TailscaleClient) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user