Skip to content

Commit c76fd5e

Browse files
committed
test: update psm key style test
1 parent 691b7d1 commit c76fd5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/filters/patchstrategicmerge/patchstrategicmerge_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ metadata:
852852
name: blabla
853853
namespace: blabla-ns
854854
data:
855-
"6443": "foobar"
855+
"6443": "key-double-quoted"
856856
`,
857857
patch: yaml.MustParse(`
858858
apiVersion: v1
@@ -861,7 +861,7 @@ metadata:
861861
name: blabla
862862
namespace: blabla-ns
863863
data:
864-
"6443": "barfoo"
864+
6443: "key as int"
865865
'9110': "foo-foo"
866866
`),
867867
expected: `
@@ -871,7 +871,7 @@ metadata:
871871
name: blabla
872872
namespace: blabla-ns
873873
data:
874-
"6443": "barfoo"
874+
"6443": "key as int"
875875
'9110': "foo-foo"
876876
`,
877877
},

0 commit comments

Comments
 (0)