test: update psm key style test

This commit is contained in:
Ed Overton
2023-06-13 14:50:22 -04:00
parent 691b7d1df3
commit c76fd5eb85

View File

@@ -852,7 +852,7 @@ metadata:
name: blabla
namespace: blabla-ns
data:
"6443": "foobar"
"6443": "key-double-quoted"
`,
patch: yaml.MustParse(`
apiVersion: v1
@@ -861,7 +861,7 @@ metadata:
name: blabla
namespace: blabla-ns
data:
"6443": "barfoo"
6443: "key as int"
'9110': "foo-foo"
`),
expected: `
@@ -871,7 +871,7 @@ metadata:
name: blabla
namespace: blabla-ns
data:
"6443": "barfoo"
"6443": "key as int"
'9110': "foo-foo"
`,
},