mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-02 22:17:44 +09:00
@@ -94,8 +94,8 @@ func TestPingAllByHostname(t *testing.T) {
|
|||||||
t.Errorf("failed to create headscale environment: %s", err)
|
t.Errorf("failed to create headscale environment: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
var allClients []TailscaleClient
|
allClients := make([]TailscaleClient, 0)
|
||||||
var allHostnames []string
|
allHostnames := make([]string, 0)
|
||||||
|
|
||||||
for namespace := range spec {
|
for namespace := range spec {
|
||||||
clients, err := scenario.GetClients(namespace)
|
clients, err := scenario.GetClients(namespace)
|
||||||
|
|||||||
Reference in New Issue
Block a user