Skip to content

Commit 5f1ac9f

Browse files
committed
fix range
1 parent 7171969 commit 5f1ac9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/internal/tests/api/secrets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ func TestCreateSecret(t *testing.T) {
423423

424424
t.Run("succeeds with label exactly 256 characters", func(t *testing.T) {
425425
maxLabel := ""
426-
for i := 0; i < 256; i++ {
426+
for range 256 {
427427
maxLabel += "a"
428428
}
429429

0 commit comments

Comments
 (0)