mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Fix lint
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
53b4bb220d
commit
40c048fb45
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue