We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
listFieldCase
1 parent 4f4c3ed commit f390946Copy full SHA for f390946
1 file changed
pkg/workflow/config_parsing_helpers_test.go
@@ -1523,7 +1523,6 @@ func TestExpressionFieldsRejectedForInvalidStrings(t *testing.T) {
1523
// parseAllowedBaseBranches).
1524
func TestAllListEncodingForms(t *testing.T) {
1525
type listFieldCase struct {
1526
- name string
1527
value any // raw value as it would appear in the config map
1528
wantSlice []string // expected []string in the parsed config struct; nil = field absent
1529
}
0 commit comments