Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 22, 2024
1 parent 0cedc88 commit f171bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/test-helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func NewTestConfig(k3sImage string) (*TestConfig, error) {
}

// Generate random secret
config.Secret = fmt.Sprintf("%012ld", rand.Int63n(1000000000000))
config.Secret = fmt.Sprintf("%012d", rand.Int63n(1000000000000))
return config, nil
}

Expand Down

0 comments on commit f171bd5

Please sign in to comment.