We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73821d commit c02da20Copy full SHA for c02da20
tests/pr_test.go
@@ -173,7 +173,7 @@ func TestRunStandardSolutionSchematics(t *testing.T) {
173
func TestRunStandardUpgradeSolution(t *testing.T) {
174
t.Parallel()
175
176
- // Generate a 15 char long random string for the admin_pass
+ // Generate a 15 char long random string for the admin_pass.
177
randomBytes := make([]byte, 13)
178
_, randErr := rand.Read(randomBytes)
179
require.Nil(t, randErr) // do not proceed if we can't gen a random password
0 commit comments