Skip to content

Commit

Permalink
Fix golangcilint
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 18, 2022
1 parent ea8ca2c commit c972f8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions integration/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c972f8d

Please sign in to comment.