Skip to content

Commit 8bbac4a

Browse files
committed
Fix TestCustomOpenApiFieldWithoutMergePatchExtension whose expected result relied on another PR (#7)
1 parent 767b6d1 commit 8bbac4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/krusty/openapicustomschema_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,10 @@ metadata:
691691
spec:
692692
custom:
693693
objects:
694-
- name: foo
695-
value: foo
696694
- name: bar
697695
value: patched
696+
- name: foo
697+
value: foo
698698
`)
699699
})
700700
}

0 commit comments

Comments
 (0)