Fix golangcilint

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2022-10-18 12:21:38 +02:00
parent 12ee9bc02d
commit 6d8c18d4de

View File

@@ -17,9 +17,11 @@ import (
"github.com/ory/dockertest/v3"
)
const scenarioHashLength = 6
const maxWait = 60 * time.Second
const headscalePort = 8080
const (
scenarioHashLength = 6
maxWait = 60 * time.Second
headscalePort = 8080
)
var (
errNoHeadscaleAvailable = errors.New("no headscale available")