From ba07bac46a0c116987305f8161de151daf1d9626 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 16 Aug 2022 18:42:22 +0200 Subject: [PATCH] Use IPv4 in the tests --- integration_general_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_general_test.go b/integration_general_test.go index 3296762a..840b8165 100644 --- a/integration_general_test.go +++ b/integration_general_test.go @@ -566,7 +566,7 @@ func (s *IntegrationTestSuite) TestTailDrop() { command := []string{ "tailscale", "file", "cp", fmt.Sprintf("/tmp/file_from_%s", hostname), - fmt.Sprintf("%s:", ips[peername][1]), + fmt.Sprintf("%s:", ips[peername][0]), } retry(10, 1*time.Second, func() error { log.Printf(