1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
This commit is contained in:
marcincuber 2022-06-11 12:15:13 +01:00
parent a1e7862698
commit c8f13a0e1a

View file

@ -203,7 +203,7 @@ func TestExecute(t *testing.T) {
"secret": []byte(`foo: bar`),
},
expetedData: map[string][]byte{
"foo": []byte(`{"foo": "bar"}`),
"foo": []byte(`{"foo":"bar"}`),
},
},
{