Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Oct 23, 2022
1 parent 53b4bb2 commit 40c048f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/general_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 40c048f

Please sign in to comment.