Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-23 12:01:03 +02:00
parent 53b4bb220d
commit 40c048fb45
No known key found for this signature in database

View file

@ -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)