mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
chore: update linter
This commit is contained in:
committed by
GitHub
parent
fc875b38e0
commit
141abce2d5
@@ -59,7 +59,6 @@ func Test_doOnJSON_simple(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range testCases {
|
||||
test := test
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
output := doOnJSON(test.input)
|
||||
|
||||
@@ -369,7 +369,6 @@ func Test_doOnStruct(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range testCase {
|
||||
test := test
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
val := reflect.ValueOf(test.base).Elem()
|
||||
|
||||
Reference in New Issue
Block a user