Skip to content

Commit abe8f3c

Browse files
fix other failing test
1 parent 741e32a commit abe8f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/structs/structwalk/walktype_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func TestTypeJobSettings(t *testing.T) {
136136
func TestTypeRoot(t *testing.T) {
137137
testStruct(t,
138138
reflect.TypeOf(config.Root{}),
139-
4000, 4300, // 4003 at the time of the update
139+
4300, 4700, // 4322 at the time of the update
140140
map[string]any{
141141
"bundle.target": "",
142142
`variables.*.lookup.dashboard`: "",

0 commit comments

Comments
 (0)