Merge pull request #11567 from klihub/fixes/2.0/ci-lint-errors

[release/2.0] Fix CI lint error (cherry-picked #11555)
This commit is contained in:
Akihiro Suda 2025-03-19 22:49:23 +09:00 committed by GitHub
commit dcd661b138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View File

@ -105,7 +105,6 @@ guest:x:100:guest
}, },
} }
for _, testCase := range testCases { for _, testCase := range testCases {
testCase := testCase
t.Run(testCase.user, func(t *testing.T) { t.Run(testCase.user, func(t *testing.T) {
t.Parallel() t.Parallel()
s := Spec{ s := Spec{