Skip to content

Commit f390946

Browse files
authored
fix: remove unused name field in listFieldCase to fix lint-go CI (#29239)
1 parent 4f4c3ed commit f390946

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/workflow/config_parsing_helpers_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,6 @@ func TestExpressionFieldsRejectedForInvalidStrings(t *testing.T) {
15231523
// parseAllowedBaseBranches).
15241524
func TestAllListEncodingForms(t *testing.T) {
15251525
type listFieldCase struct {
1526-
name string
15271526
value any // raw value as it would appear in the config map
15281527
wantSlice []string // expected []string in the parsed config struct; nil = field absent
15291528
}

0 commit comments

Comments
 (0)