mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-27 12:05:26 +00:00
Use IPv4 in the tests
This commit is contained in:
parent
b71a881d0e
commit
ba07bac46a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user